mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 15:38:29 +00:00
Fixed bug that would have occurred at first run on OS X.
This commit is contained in:
parent
21a76e3c04
commit
bea0bf971e
2
init.org
2
init.org
@ -193,7 +193,7 @@
|
|||||||
(mapcar 'package-install packages)
|
(mapcar 'package-install packages)
|
||||||
;; This package is only relevant for Mac OS X.
|
;; This package is only relevant for Mac OS X.
|
||||||
(when (memq window-system '(mac ns))
|
(when (memq window-system '(mac ns))
|
||||||
(pacakge-install-package 'exec-path-from-shell))))
|
(package-install 'exec-path-from-shell))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Mac OS X
|
** Mac OS X
|
||||||
|
Loading…
Reference in New Issue
Block a user