Removed common-lisp macrostep hydra
This can cause a variety of problems, and the actual macrostep mode toggle has the same keybindings, so no loss of functionality.
This commit is contained in:
parent
2f35680845
commit
d77e1fa15f
2 changed files with 1 additions and 20 deletions
|
@ -1,19 +0,0 @@
|
|||
;;; lang/common-lisp/autoload/hydras.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload (autoload '+common-lisp/macrostep/body "lang/common-lisp/autoload/hydras" nil nil)
|
||||
(defhydra +common-lisp/macrostep (:exit nil :hint nil :foreign-keys run)
|
||||
"
|
||||
Macro Expansion
|
||||
^^Definitions ^^Compiler Notes ^^Stickers
|
||||
^^^^^^─────────────────────────────────────────────────────────────────────────────────────
|
||||
[_e_] Expand
|
||||
[_c_] Collapse
|
||||
[_n_] Next level
|
||||
[_N_] Previous level
|
||||
[_q_] Exit
|
||||
"
|
||||
("e" macrostep-expand)
|
||||
("c" macrostep-collapse)
|
||||
("n" macrostep-next-macro)
|
||||
("N" macrostep-prev-macro)
|
||||
("q" macrostep-collapse-all :exit t))
|
Loading…
Add table
Add a link
Reference in a new issue