diff --git a/.emacs.d/init.el b/.emacs.d/init.el index aa59718..d36fb2d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -26,7 +26,8 @@ ;; (setq stack-trace-on-error t) ;; 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 (add-to-list