Fix indentation

This commit is contained in:
Marcus Kammer 2024-04-02 13:55:42 +02:00
parent f6c826cac9
commit 7e83b8902c

View file

@ -21,9 +21,9 @@
(use-package flyspell
:hook ((LaTeX-mode . flyspell-mode)
(org-mode . flyspell-mode)
(text-mode . flyspell-mode)
(prog-mode . flyspell-prog-mode)))
(org-mode . flyspell-mode)
(text-mode . flyspell-mode)
(prog-mode . flyspell-prog-mode)))
(defun mk/nov-font-settings ()
(setq-local line-spacing 2))