mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 03:00:11 +00:00
[emacs] Only load quicklisp slime-helper if it's installed
This commit is contained in:
parent
6906769972
commit
41ae116539
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue