home: set emacs as editor
This commit is contained in:
parent
7bf83aaac3
commit
6d1b8e9b17
1 changed files with 4 additions and 0 deletions
|
|
@ -5,4 +5,8 @@
|
|||
"${config.home.homeDirectory}/.cargo/bin"
|
||||
"${config.home.homeDirectory}/.local/bin"
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "emacsclient -t";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue