🚀 switch to emacs pgtk
This commit is contained in:
parent
3e5ebc6653
commit
ee39435261
2 changed files with 2 additions and 4 deletions
|
@ -12,9 +12,7 @@
|
|||
./spotify.nix
|
||||
./yubikey.nix
|
||||
];
|
||||
modules.cli.shell = let
|
||||
# HACK to fix 24bit color support with kitty
|
||||
editor = "TERM=kitty-direct emacsclient -t -a 'emacs -t'";
|
||||
modules.cli.shell = let editor = "emacsclient -t -a 'emacs -t'";
|
||||
in {
|
||||
name = "fish";
|
||||
abbreviations = {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
with lib;
|
||||
let
|
||||
myEmacs = with pkgs;
|
||||
((emacsPackagesFor emacsNativeComp).emacsWithPackages
|
||||
((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages
|
||||
(epkgs: [ epkgs.vterm ]));
|
||||
cfg = config.modules.editors.emacs;
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue