summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-06-05 01:32:43 +0200
committerGravatar Tom Willemse2013-06-05 01:32:43 +0200
commita758a94f36f2c07a91331c693f571dd77dbf7d35 (patch)
treee2ecaf17589d3a708a3b7ee27df5bc3345a2a78f /emacs
parent62eb85ccc0c3f38020e2f8e00a2fdd194b25daa7 (diff)
downloaddotfiles-a758a94f36f2c07a91331c693f571dd77dbf7d35.tar.gz
dotfiles-a758a94f36f2c07a91331c693f571dd77dbf7d35.zip
Try to delay loading quicklisp-helper
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/emacs/init.org b/emacs/init.org
index 2fad3cb..75be74a 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -1368,10 +1368,14 @@
* Load slime-helper to work with slime :slime:
The slime helper is necessary to work with slime. It gets installed
- by quicklisp.
+ by quicklisp. There is also a slime package installed through ELPA,
+ try to load the quicklisp version later so that it isn't overwritten
+ by the ELPA one. This is because the ELPA one doesn't (yet) work
+ with the installed SLIME version.
#+BEGIN_SRC emacs-lisp
- (load (expand-file-name "~/.local/share/quicklisp/slime-helper.el"))
+ (oni:eval-after-init
+ (load (expand-file-name "~/.local/share/quicklisp/slime-helper.el")))
#+END_SRC
* Smarter move-beginning-of-line :navigation: