Collaborate with systemd to load categorized envvars
This commit is contained in:
parent
bbdbee094c
commit
0240b4e68a
7 changed files with 27 additions and 11 deletions
5
.config/environment.d/editor.conf
Normal file
5
.config/environment.d/editor.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# keep-sorted start
|
||||
EDITOR="emacsclient --create-frame --no-window-system"
|
||||
SUDO_EDITOR="/usr/local/bin/emacs --no-init-file --no-splash --no-window-system"
|
||||
VISUAL="emacsclient --create-frame --no-window-system"
|
||||
# keep-sorted end
|
||||
Loading…
Add table
Add a link
Reference in a new issue