Exec path from shell for cocoa emacs.
This commit is contained in:
parent
ad458bced3
commit
3a01d4be1d
5
init.el
5
init.el
@ -45,7 +45,7 @@
|
|||||||
scala-mode2 ensime monokai-theme
|
scala-mode2 ensime monokai-theme
|
||||||
gitconfig-mode jedi flymake-cursor pytest
|
gitconfig-mode jedi flymake-cursor pytest
|
||||||
auto-complete project-root popup web-beautify
|
auto-complete project-root popup web-beautify
|
||||||
js2-mode js3-mode sphinx-doc)
|
js2-mode js3-mode sphinx-doc exec-path-from-shell)
|
||||||
"Packages that must be installed at launch.")
|
"Packages that must be installed at launch.")
|
||||||
|
|
||||||
(defun ensure-package-installed (packages)
|
(defun ensure-package-installed (packages)
|
||||||
@ -68,6 +68,9 @@ Return a list of installed packages or nil for every package not installed."
|
|||||||
;; General Emacs Options
|
;; General Emacs Options
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
|
|
||||||
|
;; Set path from shell.
|
||||||
|
(exec-path-from-shell-initialize)
|
||||||
|
|
||||||
;; Disable the creation of backup files.
|
;; Disable the creation of backup files.
|
||||||
(setq backup-inhibited t)
|
(setq backup-inhibited t)
|
||||||
(setq make-backup-files nil)
|
(setq make-backup-files nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user