mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Don't say hook stoopid
This commit is contained in:
parent
1a9605013c
commit
a29e90a313
1 changed files with 4 additions and 4 deletions
|
|
@ -962,10 +962,10 @@
|
|||
#+begin_src emacs-lisp
|
||||
(use-package olivetti
|
||||
:commands (olivetti-mode)
|
||||
:hook ((prog-mode-hook . olivetti-mode)
|
||||
(org-mode-hook . olivetti-mode)
|
||||
(dired-mode-hook . olivetti-mode)
|
||||
(org-agenda-hook . olivetti-mode))
|
||||
:hook ((prog-mode . olivetti-mode)
|
||||
(org-mode . olivetti-mode)
|
||||
(dired-mode . olivetti-mode)
|
||||
(org-agenda . olivetti-mode))
|
||||
:config
|
||||
(add-to-list 'window-persistent-parameters
|
||||
'(spilt-window . t))
|
||||
|
|
|
|||
Loading…
Reference in a new issue