Fix indentation
This commit is contained in:
parent
f6c826cac9
commit
7e83b8902c
1 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue