Update slime HyperSpec url
This commit is contained in:
parent
9099bd0bf1
commit
18b0878e63
1 changed files with 16 additions and 0 deletions
|
@ -178,6 +178,13 @@
|
|||
slime-indentation
|
||||
slime-editing-commands
|
||||
slime-sbcl-exts))
|
||||
(progn
|
||||
(setq common-lisp-hyperspec-root
|
||||
(concat "file://" (expand-file-name "~/.emacs.d/clones/lisp/HyperSpec-7-0/HyperSpec/")))
|
||||
(setq common-lisp-hyperspec-symbol-table
|
||||
(concat common-lisp-hyperspec-root "Data/Map_Sym.txt"))
|
||||
(setq common-lisp-hyperspec-issuex-table
|
||||
(concat common-lisp-hyperspec-root "Data/Map_IssX.txt")))
|
||||
(when (eq system-type 'windows-nt)
|
||||
(setq sbcl-exe "C:\\Program Files\\Steel Bank Common Lisp\\sbcl.exe"
|
||||
sbcl-core "C:\\Program Files\\Steel Bank Common Lisp\\sbcl.core"
|
||||
|
@ -248,5 +255,14 @@
|
|||
(mastodon-instance-url "https://emacs.ch")
|
||||
(mastodon-active-user "qhBidG3d"))
|
||||
|
||||
;; (eval-after-load "slime"
|
||||
;; '(progn
|
||||
;; (setq common-lisp-hyperspec-root
|
||||
;; (concat "file://" (expand-file-name "~/.emacs.d/clones/lisp/HyperSpec-7-0/HyperSpec/")))
|
||||
;; (setq common-lisp-hyperspec-symbol-table
|
||||
;; (concat common-lisp-hyperspec-root "Data/Map_Sym.txt"))
|
||||
;; (setq common-lisp-hyperspec-issuex-table
|
||||
;; (concat common-lisp-hyperspec-root "Data/Map_IssX.txt"))))
|
||||
|
||||
(load "bundle--irc")
|
||||
(load "bundle--news")
|
||||
|
|
Loading…
Add table
Reference in a new issue