mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
General refactor of modules
General code and comment improvements. Also, removed the :desc's for csv-mode because map! is currently unable to set which-key descriptions mode-locally, and should be avoided for anything but global keybinds. This will be fixed when General is introduced into Doom.
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
;;; lang/crystal/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(def-package! crystal-mode
|
||||
:defer t
|
||||
:config
|
||||
(after! crystal-mode
|
||||
(set-lookup-handlers! 'crystal-mode
|
||||
:definition #'crystal-def-jump
|
||||
:references #'crystal-tool-imp)
|
||||
@ -17,4 +15,5 @@
|
||||
:after crystal-mode)
|
||||
|
||||
|
||||
(def-package! inf-crystal :commands crystal-switch-to-inf)
|
||||
(def-package! inf-crystal
|
||||
:commands crystal-switch-to-inf)
|
||||
|
Reference in New Issue
Block a user