This commit is contained in:
larstvei 2024-09-01 16:27:14 +02:00
parent 8d5c90d13f
commit 11e42c293c

View File

@ -320,7 +320,7 @@
#+end_src #+end_src
Automaticly revert =doc-view=-buffers when the file changes on disk. Automatically revert =doc-view=-buffers when the file changes on disk.
#+begin_src emacs-lisp #+begin_src emacs-lisp
@ -928,7 +928,7 @@
:hook (emacs-startup . global-jinx-mode) :hook (emacs-startup . global-jinx-mode)
:bind ("C-." . jinx-correct) :bind ("C-." . jinx-correct)
:config :config
(setq jinx-languages "en_US nb")) (setq jinx-languages "en_US nb-no"))
#+end_src #+end_src