Refactor +lookup/file & update :file handlers
+ Removed idris-mode's file handler. It doesn't do what I thought it did. + Fix markdown-follow-thing-at-point file handler creating empty buffer.
This commit is contained in:
parent
22bf716e43
commit
eca387d670
3 changed files with 12 additions and 29 deletions
|
@ -4,8 +4,7 @@
|
|||
(add-hook 'idris-mode-hook #'turn-on-idris-simple-indent)
|
||||
(set-repl-handler! 'idris-mode 'idris-pop-to-repl)
|
||||
(set-lookup-handlers! 'idris-mode
|
||||
:documentation #'idris-docs-at-point
|
||||
:file #'idris-load-file)
|
||||
:documentation #'idris-docs-at-point)
|
||||
(map! :localleader
|
||||
:map idris-mode-map
|
||||
"r" #'idris-load-file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue