mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
More slime
This commit is contained in:
parent
de3df2cad7
commit
b6ba34e9af
1 changed files with 2 additions and 1 deletions
|
|
@ -210,7 +210,8 @@
|
|||
(load-file clhs-file)
|
||||
(warn "clhs not installed. Please install")))
|
||||
|
||||
(define-key slime-prefix-map (kbd "C-L") #'slime-load-system))
|
||||
(define-key slime-prefix-map (kbd "C-l") #'slime-load-file)
|
||||
(define-key slime-prefix-map (kbd "C-S-l") #'slime-load-system))
|
||||
|
||||
(use-package slime-company
|
||||
:after slime company
|
||||
|
|
|
|||
Loading…
Reference in a new issue