summary refs log tree commit diff stats
path: root/user/modules
diff options
context:
space:
mode:
authorAlan Pearce2019-10-08 21:06:37 +0200
committerAlan Pearce2019-10-08 21:06:37 +0200
commitb1c04a8d4482245a6f48bc2eeda5adf41f4c1851 (patch)
tree19126e9bc74abd02b377689025f46c1478030c2c /user/modules
parente3a41fb740bd254ef63eeaee0c70a5d854fd0490 (diff)
downloadnixfiles-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.nix1
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
     ]);