Use shorter package prefix for personal definition

This commit is contained in:
contrapunctus 2022-01-22 20:11:36 +05:30
parent 2876f4ed0f
commit 64a18add12
1 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ At first I decided to remap all Emacs, Boon, and Hydra bindings, but it turned o
([?\s-x] . delete-other-windows)
([?\s-b] . delete-other-windows)
([?\s-m] . contrapunctus-general-hydra/body)
([?\s-m] . my-general-hydra/body)
([?\s-w] . consult-buffer)
([?\s-v] . exwm-input-toggle-keyboard)))
#+END_SRC
@ -723,7 +723,7 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
*** General
#+BEGIN_SRC emacs-lisp
(my-defhydra contrapunctus-general-hydra (:color blue)
(my-defhydra my-general-hydra (:color blue)
"What command?"
("b" (my-compile-project "Makefile") "compile")
("B" (my-compile-project "Makefile" t) "compile (prompt)")
@ -1028,7 +1028,7 @@ Don't try to check if there are files with a certain extension...it will lead to
((derived-mode-p 'org-mode) (my-org-hydra/body))
((derived-mode-p 'sh-mode) (my-shell-hydra/body))
((derived-mode-p 'sql-mode) (my-sql-hydra/body))
(t (contrapunctus-general-hydra/body))))
(t (my-general-hydra/body))))
(use-package boon
:bind (:map boon-command-map