diff options
author | EuAndreh <eu@euandre.org> | 2018-08-06 15:29:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-08-06 15:29:58 -0300 |
commit | 1bc482b3e2bc6cc078195c5a26d5788601a70975 (patch) | |
tree | bef521430d7c86f5f7f87430ccded808198e859a /spacemacs.el | |
parent | Don't mark mailing list emails as unread (diff) | |
download | dotfiles-1bc482b3e2bc6cc078195c5a26d5788601a70975.tar.gz dotfiles-1bc482b3e2bc6cc078195c5a26d5788601a70975.tar.xz |
Move quicklisp to .quicklisp folder
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 2 |
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." |