Emacs: make certain packages macOS-specific
Alan Pearce alan@alanpearce.eu
Sun, 30 Jun 2019 12:34:51 +0200
1 files changed, 6 insertions(+), 2 deletions(-)
jump to
M packages/emacs.nix → packages/emacs.nix
@@ -9,6 +9,7 @@ postInstall = attrs.postInstall + '' rm $out/share/applications/emacs.desktop ''; }); + stdenv = pkgs.stdenv; emacsWithPackages = (pkgs.emacsPackagesNgGen myEmacs).emacsWithPackages; in @@ -44,7 +45,6 @@ evil-org evil-quickscope evil-space evil-surround - exec-path-from-shell eyebrowse feature-mode flycheck @@ -100,7 +100,11 @@ web-mode wgrep-ag which-key yaml-mode - ]) ++ (with epkgs.elpaPackages; [ + ] ++ (if stdenv.isDarwin then [ + exec-path-from-shell + ns-auto-titlebar + ] else [ + ])) ++ (with epkgs.elpaPackages; [ rainbow-mode ]) ++ [ # From main packages set