mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
8 lines
115 B
EmacsLisp
8 lines
115 B
EmacsLisp
|
|
;; TODO
|
|
(use-package flyspell)
|
|
|
|
(use-package olivetti
|
|
:hook (olivetti-mode . org-mode))
|
|
|
|
(provide 'init-writer)
|