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