added spell checking

This commit is contained in:
Abraham Raji 2020-01-14 21:59:56 +05:30
parent 601c850f60
commit 98e5cfb454
1 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,7 @@ Asterisk can be boring to look at.
:init
(add-hook 'org-mode-hook #'org-bullets-mode))
#+END_SRC
** Enable spell-checking in Org-mode.
#+BEGIN_SRC emacs-lisp
(add-hook 'org-mode-hook 'flyspell-mode)
#+END_SRC