Added spell checking to org files
This commit is contained in:
parent
27bc9450ce
commit
719f34b292
@ -526,6 +526,7 @@ This installs the org package and creates a setup function to enable/disable cer
|
|||||||
;; Setup org mode
|
;; Setup org mode
|
||||||
(defun jm/org-mode-setup ()
|
(defun jm/org-mode-setup ()
|
||||||
(org-indent-mode)
|
(org-indent-mode)
|
||||||
|
(flyspell-mode)
|
||||||
(variable-pitch-mode 1)
|
(variable-pitch-mode 1)
|
||||||
(visual-line-mode 1)
|
(visual-line-mode 1)
|
||||||
(add-to-list 'org-link-frame-setup '(file . find-file))) ; Open link in current window not other window.
|
(add-to-list 'org-link-frame-setup '(file . find-file))) ; Open link in current window not other window.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user