Fix issues with nix Emacs on Mac
This commit is contained in:
@@ -125,3 +125,6 @@
|
|||||||
;; "g u" in normal mode finds references, using LSP if available
|
;; "g u" in normal mode finds references, using LSP if available
|
||||||
(map! :n "g u" #'xref-find-references)
|
(map! :n "g u" #'xref-find-references)
|
||||||
(map! :mode lsp-mode :n "g u" #'lsp-ui-peek-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")
|
||||||
|
|||||||
@@ -55,6 +55,8 @@ in
|
|||||||
kitty
|
kitty
|
||||||
nodePackages.pyright
|
nodePackages.pyright
|
||||||
emacs28NativeComp
|
emacs28NativeComp
|
||||||
|
coreutils
|
||||||
|
zstd
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.direnv.enable = true;
|
programs.direnv.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user