Replace :eval/:repl with autodef functions
+ :eval => set-eval-handler! + :repl => set-repl-handler! + Updates all internal references.
This commit is contained in:
parent
98632fe086
commit
588359cc5f
21 changed files with 98 additions and 72 deletions
|
@ -9,6 +9,6 @@
|
|||
;;
|
||||
|
||||
(after! haskell-mode
|
||||
(set! :repl 'haskell-mode #'switch-to-haskell)
|
||||
(set-repl-handler! 'haskell-mode #'switch-to-haskell)
|
||||
(add-to-list 'completion-ignored-extensions ".hi"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue