Fix issues with nix Emacs on Mac

This commit is contained in:
2022-05-13 23:42:59 -07:00
parent 13c667b9f3
commit 5572473c55
2 changed files with 5 additions and 0 deletions

View File

@@ -125,3 +125,6 @@
;; "g u" in normal mode finds references, using LSP if available
(map! :n "g u" #'xref-find-references)
(map! :mode lsp-mode :n "g u" #'lsp-ui-peek-find-references)
;; Insist on using regular "ls", to override Doom's insistence on "gls" on Mac+Nix
(setq insert-directory-program "ls")

View File

@@ -55,6 +55,8 @@ in
kitty
nodePackages.pyright
emacs28NativeComp
coreutils
zstd
];
programs.direnv.enable = true;