diff options
author | jao <jao@gnu.org> | 2025-09-22 02:18:53 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-22 02:18:53 +0100 |
commit | f111725d0543c491e694b40de1825d8535c1e1f4 (patch) | |
tree | 82897a0f4c4e71e2b867e7b64a4482648328c969 /init.el | |
parent | aa66053af17e4dcb91284fe18f1264949da4f657 (diff) | |
download | elibs-f111725d0543c491e694b40de1825d8535c1e1f4.tar.gz elibs-f111725d0543c491e694b40de1825d8535c1e1f4.tar.bz2 |
brew environment in separate custom file
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -103,17 +103,7 @@ (require 'info) (add-to-list 'Info-directory-list jao-info-dir) -(jao-when-darwin - (setenv "HOMEBREW_PREFIX" "/opt/homebrew") - (setenv "HOMEBREW_CELLAR" "/opt/hombrew/Cellar") - (setenv "HOMEBREW_REPOSITORY" "/opt/homebrew") - (dolist (p '("/Applications/Emacs.app/Contents/MacOS/bin-arm64-11" - "/Applications/Emacs.app/Contents/MacOS/libexec-arm64-11" - "/opt/homebrew/sbin" - "/opt/homebrew/bin" - "~/.local/bin")) - (jao-exec-path p)) - (add-to-list 'Info-directory-list "/opt/homebrew/share/info")) +(jao-when-darwin (require 'jao-custom-brew)) (jao-exec-path (expand-file-name "bin" jao-emacs-dir)) |