diff --git a/bundle/bundle--lisp.el b/bundle/bundle--lisp.el index 51725a32..6428e8dd 100644 --- a/bundle/bundle--lisp.el +++ b/bundle/bundle--lisp.el @@ -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"))