centaur-tabs
centaur-tabs copied to clipboard
Error during redisplay: (eval (centaur-tabs-line)) signaled (invalid-regexp "Trailing backslash")
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.
My complete emacs config is here.
Please let me know if you need more details.
Whenever I open a new file I get this error too.