Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rajcspsg opened this issue Jun 13, 2023 · 1 comment

Comments

@rajcspsg
Copy link

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
Copy link
Author

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

Screenshot 2023-06-12 at 10 45 39 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant