enable fancy in SLIME from melpa
This commit is contained in:
parent
5fead94909
commit
f65ce48057
3
init.el
3
init.el
@ -358,7 +358,8 @@ Argument FRAMES has the same meaning as for `set-frame-font'"
|
|||||||
(global-set-key (kbd "C-c e l") 'find-library)
|
(global-set-key (kbd "C-c e l") 'find-library)
|
||||||
|
|
||||||
(setq slime-lisp-implementations '((sbcl ("sbcl")))
|
(setq slime-lisp-implementations '((sbcl ("sbcl")))
|
||||||
slime-default-lisp 'sbcl)
|
slime-default-lisp 'sbcl
|
||||||
|
slime-contribs '(slime-fancy))
|
||||||
|
|
||||||
(let ((path (expand-file-name "/usr/local/share/doc/HyperSpec/")))
|
(let ((path (expand-file-name "/usr/local/share/doc/HyperSpec/")))
|
||||||
(if (file-accessible-directory-p path)
|
(if (file-accessible-directory-p path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user