Some more emacs config

This commit is contained in:
Emmet
2024-11-30 19:07:28 -06:00
parent 0dbe546122
commit 874386138d
3 changed files with 20 additions and 6 deletions

View File

@@ -32,7 +32,7 @@
term = "alacritty"; # Default terminal command;
font = "Intel One Mono"; # Selected font
fontPkg = pkgs.intel-one-mono; # Font package
editor = "neovide"; # Default editor;
editor = "emacsclient"; # Default editor;
# editor spawning translator
# generates a command that can be used to spawn editor inside a gui
# EDITOR and TERM session variables must be set in home.nix or other module