Collaborate with systemd to load categorized envvars

This commit is contained in:
Ohad Livne 2025-07-11 00:30:47 +03:00
parent ea474c6178
commit 7749446251
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
7 changed files with 27 additions and 11 deletions

View 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