From ba56c83111a20b8e7696ea581306a5f6da4905e8 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Tue, 31 Jul 2018 20:55:58 +0200 Subject: [PATCH] [emacs] Switch to German dictionary when processing org-mode files --- home/.spacemacs.d/public/org-config.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/.spacemacs.d/public/org-config.el b/home/.spacemacs.d/public/org-config.el index fd9c734..5d1fd16 100644 --- a/home/.spacemacs.d/public/org-config.el +++ b/home/.spacemacs.d/public/org-config.el @@ -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)