mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-06 05:41:53 -08:00
Merge pull request #726 from areinisc/module-common-lisp
Fix handler calls to reference lisp-mode.
This commit is contained in:
commit
679dffb6c6
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@
|
|||
(setq inferior-lisp-program "sbcl")
|
||||
|
||||
(set-popup-rule! "^\\*sly" :quit nil :ttl nil)
|
||||
(set-repl-handler! 'sly-mode #'sly-mrepl)
|
||||
(set-lookup-handlers! 'sly-mode
|
||||
(set-repl-handler! 'lisp-mode #'sly-mrepl)
|
||||
(set-lookup-handlers! 'lisp-mode
|
||||
:definition #'sly-edit-definition
|
||||
:documentation #'sly-describe-symbol)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue