diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-01-22 14:08:42 +0100 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-01-22 14:08:42 +0100 |
| commit | 6cc8087a9d790c98abaf7a6ebfc24f299777f638 (patch) | |
| tree | 1272d197dcaf65b775b8c56f18474ffc664ecbf8 /home-configuration.scm | |
| parent | 2021051a6d3db72f874cda3a4091fc7f97c74c49 (diff) | |
Set emacsclient as EDITOR
Diffstat (limited to 'home-configuration.scm')
| -rw-r--r-- | home-configuration.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/home-configuration.scm b/home-configuration.scm index a6e1876..2a91705 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -32,7 +32,10 @@ ;; Below is the list of Home services. To search for available ;; services, run 'guix home search KEYWORD' in a terminal. (services - (append (list (service home-bash-service-type + (append (list (simple-service 'home-environment-variables-service + home-environment-variables-service-type + '(("EDITOR" . "emacsclient"))) + (service home-bash-service-type (home-bash-configuration (aliases '(("egrep" . "egrep --color=auto") ("fgrep" . "fgrep --color=auto") |
