🚀 switch to emacs pgtk

dev-docs
Moritz Böhme 2022-06-02 18:07:12 +02:00
parent 3e5ebc6653
commit ee39435261
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 2 additions and 4 deletions

View File

@ -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 = {

View File

@ -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 {