This commit is contained in:
tavo-wasd 2024-07-02 15:16:28 -06:00
parent 4d3e84242c
commit 74f85d45a4

View file

@ -13,8 +13,6 @@
;; ---
;; --- Preferences ---
(defun display-startup-echo-area-message ()
(message nil))
(setq custom-file (concat user-emacs-directory "custom.el"))
(load custom-file 'noerror)
(setq warning-minimum-level :error)
@ -136,9 +134,9 @@
("C-<tab>" . centaur-tabs-forward))
(setq centaur-tabs-cycle-scope 'tabs)
(setq centaur-tabs-set-modified-marker t)
(setq centaur-tabs-modified-marker "*")))
(setq centaur-tabs-modified-marker "*")
(add-hook 'pdf-view-mode-hook 'centaur-tabs-local-mode)))
(add-hook 'pdf-view-mode-hook 'centaur-tabs-local-mode)
(add-hook 'dashboard-mode-hook 'centaur-tabs-local-mode)
(defun my/hide-modeline ()