From 036337afa1beefcfa41b679ffed20e064df58b9a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 1 Aug 2018 22:35:10 +0200 Subject: [PATCH] Populate LC_CTYPE, LC_ALL & LANG by default --- core/core-os.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/core-os.el b/core/core-os.el index 32ed7124a..9e1178496 100644 --- a/core/core-os.el +++ b/core/core-os.el @@ -46,7 +46,9 @@ (exec-path-from-shell-copy-envs vars)) (setq exec-path-from-shell-check-startup-files nil exec-path-from-shell-arguments (delete "-i" exec-path-from-shell-arguments) - exec-path-from-shell-debug doom-debug-mode) + exec-path-from-shell-debug doom-debug-mode + exec-path-from-shell-variables + (nconc exec-path-from-shell-variables '("LC_CTYPE" "LC_ALL" "LANG"))) (exec-path-from-shell-initialize))) ;; Fix the clipboard in terminal or daemon Emacs (non-GUI)