mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove def-hydra! macro alias
Causes byte-compilation issues and the alias is unnecessary.
This commit is contained in:
@ -45,7 +45,7 @@
|
||||
;; Avy is required for showing links in the notebook list with ace-link.
|
||||
(require 'avy)
|
||||
;; add hydra
|
||||
(def-hydra! +ein/hydra (:hint t :color red)
|
||||
(defhydra +ein/hydra (:hint t :color red)
|
||||
"
|
||||
Operations on Cells^^^^^^ Other
|
||||
----------------------------^^^^^^ ----------------------------------^^^^
|
||||
|
Reference in New Issue
Block a user