aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-08-06 15:29:58 -0300
committerEuAndreh <eu@euandre.org>2018-08-06 15:29:58 -0300
commit1bc482b3e2bc6cc078195c5a26d5788601a70975 (patch)
treebef521430d7c86f5f7f87430ccded808198e859a
parentDon't mark mailing list emails as unread (diff)
downloaddotfiles-1bc482b3e2bc6cc078195c5a26d5788601a70975.tar.gz
dotfiles-1bc482b3e2bc6cc078195c5a26d5788601a70975.tar.xz
Move quicklisp to .quicklisp folder
-rw-r--r--spacemacs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el
index ab53c0b..26acf29 100644
--- a/spacemacs.el
+++ b/spacemacs.el
@@ -564,7 +564,7 @@ dump."
;; FIXME: put in a layer
(defvar custom-el-files '("~/annex/dev/code/dotfiles/emacs/re-jump.el"
"~/annex/dev/code/dotfiles/emacs/not-much.el"
- "~/quicklisp/slime-helper.el"))
+ "~/.quicklisp/slime-helper.el"))
(defmacro measure-time (&rest body)
"Measure and return the running time of the code block."