mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Replace :eval/:repl with autodef functions
+ :eval => set-eval-handler! + :repl => set-repl-handler! + Updates all internal references.
This commit is contained in:
@ -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"))
|
||||
|
||||
|
Reference in New Issue
Block a user