Exec path from shell for cocoa emacs.

This commit is contained in:
Ivan Malison 2014-10-21 15:19:56 -07:00
parent ad458bced3
commit 3a01d4be1d

View File

@ -45,7 +45,7 @@
scala-mode2 ensime monokai-theme
gitconfig-mode jedi flymake-cursor pytest
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.")
(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
;; =============================================================================
;; Set path from shell.
(exec-path-from-shell-initialize)
;; Disable the creation of backup files.
(setq backup-inhibited t)
(setq make-backup-files nil)