Update --lisp
This commit is contained in:
parent
4f4e5933b8
commit
f19dfbac78
1 changed files with 2 additions and 2 deletions
|
@ -11,6 +11,8 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
(concat "file://" (and (eq system-type 'windows-nt) "/") dir)
|
||||
nil)))
|
||||
|
||||
(setq common-lisp-hyperspec-root (mk/hyperspec-dir))
|
||||
|
||||
(use-package slime
|
||||
:custom
|
||||
(slime-autodoc-use-multiline-p 1)
|
||||
|
@ -29,8 +31,6 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
;; * (mapc 'require '(sb-bsd-sockets sb-posix sb-introspect sb-cltl2 asdf))
|
||||
;; * (save-lisp-and-die "sbcl.core-for-slime")
|
||||
|
||||
(setq common-lisp-hyperspec-root (mk/hyperspec-dir))
|
||||
|
||||
(setq common-lisp-hyperspec-symbol-table
|
||||
(concat common-lisp-hyperspec-root "Data/Map_Sym.txt"))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue