[prog] remove = and M-= as prog-hydra bindings

I vastly prefer the closeness of m and " - indeed, switching to the
new keys took nearly no time.
This commit is contained in:
contrapunctus 2021-02-16 17:59:20 +05:30
parent 8cdd40e47a
commit 59746777a0
1 changed files with 3 additions and 6 deletions

View File

@ -107,8 +107,9 @@
("e" cp-el/body "Emacs Lisp")
("c" cp-cs/body "CHICKEN Scheme")
("g" cp-guile/body "Guile")
("l" cp-ly/body "Lilypond")
("o" cp-cl/body "Common Lisp")
("L" cp-ly/body "Lilypond")
("l" cp-cl/body "Common Lisp")
("o" cp-org/body "Org")
("p" cp-prolog/body "Prolog")
("m" magit-status "Magit")
("G" elpher "Elpher"))
@ -138,10 +139,6 @@
(cp-org/body))
(t (cp-prog/body))))
(define-key prog-mode-map (kbd "M-=") #'cp/prog-hydra)
(define-key dired-mode-map (kbd "M-=") #'cp/prog-hydra)
(define-key dired-mode-map (kbd "=") #'cp/prog-hydra)
(define-key boon-command-map (kbd "=") #'cp/prog-hydra)
(define-key boon-command-map (kbd "\"") #'cp/prog-hydra)
(define-key boon-command-map (kbd "m") #'cp/prog-hydra)