Skip to content

Commit

Permalink
Add hombrew to the exec-path
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhu committed Jun 19, 2023
1 parent 03294dd commit c6023a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
(setq use-dialog-box nil)

;; Make sure path is correct when launched as application
(setenv "PATH" (concat "/usr/local/bin:/Library/TeX/texbin:" (getenv "PATH")))
(push "/usr/local/bin" exec-path)
(setenv "PATH" (concat "/Library/TeX/texbin:" (getenv "PATH")))
(push "/opt/homebrew/bin" exec-path)

;; Setup the package management
(require 'package)
Expand Down

0 comments on commit c6023a2

Please sign in to comment.