Add writeroom-mode
This commit is contained in:
parent
f7388fa359
commit
8b4d87c883
2 changed files with 6 additions and 0 deletions
|
@ -205,6 +205,11 @@ enable multiple minor modes for the same regexp.")
|
|||
:commands (describe-buffer describe-command describe-file
|
||||
describe-keymap describe-option describe-option-of-type))
|
||||
|
||||
(use-package writeroom-mode :defer t
|
||||
:config
|
||||
(setq writeroom-restore-window-config t
|
||||
writeroom-width 120))
|
||||
|
||||
(use-package saveplace
|
||||
:defer t
|
||||
:config (setq save-place-file (concat narf-temp-dir "saveplace"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue