fix
This commit is contained in:
parent
4d3e84242c
commit
74f85d45a4
1 changed files with 2 additions and 4 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue