mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Don't ignore errors
This commit is contained in:
parent
9057f1ff7a
commit
9da6f9e6a5
3
init.org
3
init.org
@ -218,7 +218,6 @@
|
||||
slime ; Superior Lisp Interaction Mode for Emacs
|
||||
try ; Try out Emacs packages
|
||||
which-key))) ; Display available keybindings in popup
|
||||
(ignore-errors ;; This package is only relevant for Mac OS X.
|
||||
(when (memq window-system '(mac ns))
|
||||
(push 'exec-path-from-shell packages)
|
||||
(push 'reveal-in-osx-finder packages))
|
||||
@ -226,7 +225,7 @@
|
||||
(when packages
|
||||
;; Install uninstalled packages
|
||||
(package-refresh-contents)
|
||||
(mapc 'package-install packages)))))
|
||||
(mapc 'package-install packages))))
|
||||
#+END_SRC
|
||||
|
||||
** Mac OS X
|
||||
|
Loading…
Reference in New Issue
Block a user