Files
.emacs.d/env.el

6 lines
108 B
EmacsLisp

;; Nix package manager
(push "~/.nix-profile/bin" exec-path)
;; Homebrew
(push "/usr/local/bin" exec-path)