diff options
author | Alan Pearce | 2019-10-08 21:06:37 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-08 21:06:37 +0200 |
commit | b1c04a8d4482245a6f48bc2eeda5adf41f4c1851 (patch) | |
tree | 19126e9bc74abd02b377689025f46c1478030c2c /user/modules | |
parent | e3a41fb740bd254ef63eeaee0c70a5d854fd0490 (diff) | |
download | nixfiles-b1c04a8d4482245a6f48bc2eeda5adf41f4c1851.tar.lz nixfiles-b1c04a8d4482245a6f48bc2eeda5adf41f4c1851.tar.zst nixfiles-b1c04a8d4482245a6f48bc2eeda5adf41f4c1851.zip |
Emacs: replace ns-auto-titlebar with simple code
Diffstat (limited to 'user/modules')
-rw-r--r-- | user/modules/emacs.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/user/modules/emacs.nix b/user/modules/emacs.nix index 091c588c..5d73e585 100644 --- a/user/modules/emacs.nix +++ b/user/modules/emacs.nix @@ -140,7 +140,6 @@ in yaml-mode ] ++ lib.optionals stdenv.isDarwin [ exec-path-from-shell - ns-auto-titlebar ] ++ lib.optionals (!stdenv.isDarwin) [ pkgs.mu ]); |