centaur-tabs icon indicating copy to clipboard operation
centaur-tabs copied to clipboard

Error during redisplay: (eval (centaur-tabs-line)) signaled (invalid-regexp "Trailing backslash")

Open rajcspsg opened this issue 1 year ago • 1 comments

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.

Screenshot 2023-06-12 at 10 39 35 PM

My complete emacs config is here.

Please let me know if you need more details.

rajcspsg avatar Jun 13 '23 05:06 rajcspsg

Whenever I open a new file I get this error too.

Screenshot 2023-06-12 at 10 45 39 PM

rajcspsg avatar Jun 13 '23 05:06 rajcspsg