Added spell checking to org files

This commit is contained in:
Random936 2023-10-12 17:57:33 -07:00
parent 27bc9450ce
commit 719f34b292

View File

@ -526,6 +526,7 @@ This installs the org package and creates a setup function to enable/disable cer
;; Setup org mode
(defun jm/org-mode-setup ()
(org-indent-mode)
(flyspell-mode)
(variable-pitch-mode 1)
(visual-line-mode 1)
(add-to-list 'org-link-frame-setup '(file . find-file))) ; Open link in current window not other window.