Populate LC_CTYPE, LC_ALL & LANG by default
This commit is contained in:
parent
9b11f8e76d
commit
036337afa1
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue