ema2159 / centaur-tabs

Emacs plugin aiming to become an aesthetic, modern looking tabs plugin
GNU General Public License v3.0
743 stars 51 forks source link

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

Open rajcspsg opened 1 year ago

rajcspsg commented 1 year ago

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 commented 1 year ago

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

Screenshot 2023-06-12 at 10 45 39 PM