You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I'm getting error Error during redisplay: (eval (centaur-tabs-line)) signaled (invalid-regexp "Trailing backslash") in my emacs when emacs is started.
My centaur config is
;;; centaur.el --- add tabs to your emacs editor
;;; commentary:
;;; code:
:(use-package centaur-tabs
:config
(setq centaur-tabs-style "bar"
centaur-tabs-height 32
centaur-tabs-set-icons t
centaur-tabs-set-modified-marker t
centaur-tabs-show-navigation-buttons t
centaur-tabs-set-bar 'under
x-underline-at-descent-line t)
(centaur-tabs-headline-match)
(centaur-tabs-mode t)
(setq uniquify-separator "/")
(setq uniquify-buffer-name-style 'forward))
(provide 'centaur-tabs)
;;; centaur-tabs.el ends here
This error didn't happened earlier and this started recently.
Now I'm getting error
Error during redisplay: (eval (centaur-tabs-line)) signaled (invalid-regexp "Trailing backslash")
in my emacs when emacs is started.My centaur config is
This error didn't happened earlier and this started recently.
My complete emacs config is here.
Please let me know if you need more details.
The text was updated successfully, but these errors were encountered: