diff options
-rw-r--r-- | home-configuration.scm | 6 | ||||
-rw-r--r-- | izumi.org | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/home-configuration.scm b/home-configuration.scm index 86fb5d6..0bb7c22 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -141,7 +141,11 @@ ( list ".config/git/ignore" ;; https://github.com/github/gitignore/blob/main/Global/Emacs.gitignore - ( local-file "home-files/git-ignore.conf" ) ) ) )) + ( local-file "home-files/git-ignore.conf" ) ) ) ) + (simple-service + 'environment-variables + home-environment-variables-service-type + `(("EDITOR" . "emacsclient -nw")))) (list (let* ((and "&& ") @@ -774,7 +774,11 @@ #+BEGIN_SRC scheme (list <<EMACS-HOME-PROFILE>> - <<HOME-FILES-SERVICE-TYPE>>) + <<HOME-FILES-SERVICE-TYPE>> + (simple-service + 'environment-variables + home-environment-variables-service-type + `(("EDITOR" . "emacsclient -nw")))) #+END_SRC #+NAME: SHELLS |