Use prelude-require-packages everywhere
This commit is contained in:
parent
1b922c52c2
commit
dbe0ed889a
14 changed files with 14 additions and 14 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
;; On OS X Emacs doesn't use the shell PATH if it's not started from
|
||||
;; the shell. Let's fix that:
|
||||
(prelude-ensure-module-deps '(exec-path-from-shell))
|
||||
(prelude-require-packages '(exec-path-from-shell))
|
||||
(require 'exec-path-from-shell)
|
||||
(exec-path-from-shell-initialize)
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
Missing packages are installed automatically."
|
||||
(mapc #'prelude-require-package packages))
|
||||
|
||||
(defalias 'prelude-ensure-module-deps 'prelude-require-packages)
|
||||
(define-obsolete-function-alias 'prelude-ensure-module-deps 'prelude-require-packages)
|
||||
|
||||
(defun prelude-install-packages ()
|
||||
"Install all packages listed in `prelude-packages'."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue