Enable spell checking in org-mode
This commit is contained in:
parent
dd2d254e25
commit
5f49128ed7
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2019.1113.215652
|
;; Version: 2020.0108.161333
|
||||||
;; Package-Requires: (oni-yasnippet org-plus-contrib org-bullets hydra org-wild-notifier)
|
;; Package-Requires: (oni-yasnippet org-plus-contrib org-bullets hydra org-wild-notifier)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -202,6 +202,7 @@ After running it once remove it from `org-capture-after-finalize-hook'."
|
||||||
(add-to-list 'org-babel-load-languages '(java . t))
|
(add-to-list 'org-babel-load-languages '(java . t))
|
||||||
|
|
||||||
(add-hook 'org-mode-hook 'auto-fill-mode)
|
(add-hook 'org-mode-hook 'auto-fill-mode)
|
||||||
|
(add-hook 'org-mode-hook 'flyspell-mode)
|
||||||
|
|
||||||
(unless (eq system-type 'windows-nt)
|
(unless (eq system-type 'windows-nt)
|
||||||
(require 'org-bullets)
|
(require 'org-bullets)
|
||||||
|
|
Loading…
Reference in a new issue