[emacs] Only load quicklisp slime-helper if it's installed

This commit is contained in:
Correl Roush 2013-06-15 00:38:48 -04:00
parent 6906769972
commit 41ae116539

View file

@ -26,7 +26,8 @@
;; (setq stack-trace-on-error t) ;; (setq stack-trace-on-error t)
;; SLIME ;; SLIME
(load (expand-file-name "~/quicklisp/slime-helper.el")) (if (file-exists-p "~/quicklisp/slime-helper.el")
(load (expand-file-name "~/quicklisp/slime-helper.el")))
;; Erlang configuration ;; Erlang configuration
(add-to-list (add-to-list