[emacs] Switch to German dictionary when processing org-mode files

This commit is contained in:
Sebastian Schulze 2018-07-31 20:55:58 +02:00
parent 58134b8013
commit ba56c83111
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,10 @@
(setq org-bullets-bullet-list
'("" "" ""))
;; Switch to German Dictionary for org files
(add-hook 'org-mode-hook (lambda ()
(adict-change-dictionary "german")))
(spacemacs/toggle-mode-line-org-clock-on)
(provide 'org-config)