Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
456cfe66
Commit
456cfe66
authored
Jun 14, 2013
by
Dave Cooper
Browse files
fixed quicklisp-slime-helper setup
parent
648c0925
Changes
1
Hide whitespace changes
Inline
Side-by-side
emacs/gdl.el
View file @
456cfe66
...
...
@@ -122,7 +122,7 @@
;; If you don't have slime loaded yet, and/or you don't have
;; slime-lisp-implementations set, then please make a file
;; .configure-glime.el in your home directory which sets
;; correct slime-lisp-implementations and
path-to-
quicklisp-helper
;; correct slime-lisp-implementations and quicklisp-
slime-
helper
;;
;; Loading the latter means we can load slime-autoloads.el (which
;; enables SLIME itself).
...
...
@@ -130,7 +130,7 @@
;;
(
defun
configure-slime
()
(
setq
path-to-
quicklisp-helper
nil
)
(
setq
quicklisp-
slime-
helper
nil
)
(
let
((
built-in-config
(
concat
*gendl-home*
"emacs/configure-glime.el"
))
(
home-config
"~/.configure-glime.el"
))
(
let
((
config-file
(
if
(
file-exists-p
built-in-config
)
built-in-config
home-config
)))
...
...
@@ -139,7 +139,7 @@
;; path-to-quicklisp-helper should have been set by config-file,
;; or slime must already be set up.
;;
(
when
(
file-exists-p
quicklisp-slime-helper
)
(
when
(
file-exists-p
quicklisp-slime-helper
)
(
load-file
quicklisp-slime-helper
)))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment