Populate LC_CTYPE, LC_ALL & LANG by default

This commit is contained in:
Henrik Lissner 2018-08-01 22:35:10 +02:00
parent 9b11f8e76d
commit 036337afa1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)