aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 2e14781..1e18f21 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -45,6 +45,12 @@
(display-time-mode)
(display-battery-mode)
+(when (eq system-type 'darwin)
+ (use-package exec-path-from-shell
+ :ensure t
+ :init (exec-path-from-shell-initialize))
+ (setenv "LANG" "de_DE.UTF-8"))
+
(use-package yaml-mode
:mode "\\.yml\\'")