pkg update and first config fix
org-brain not working, add org-roam
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
(define-package "hydra" "20220102.803" "Make bindings that stick around."
|
||||
(define-package "hydra" "20220910.1206" "Make bindings that stick around."
|
||||
'((cl-lib "0.5")
|
||||
(lv "0"))
|
||||
:commit "9e9e00cb240ea1903ffd36a54956b3902c379d29" :authors
|
||||
:commit "317e1de33086637579a7aeb60f77ed0405bf359b" :authors
|
||||
'(("Oleh Krehel" . "ohwoeowho@gmail.com"))
|
||||
:maintainer
|
||||
'("Oleh Krehel" . "ohwoeowho@gmail.com")
|
||||
|
||||
@@ -101,7 +101,8 @@
|
||||
This will be done even if the head wasn't designated for exiting.")
|
||||
|
||||
(defvar hydra-amaranth-warn-message "An amaranth Hydra can only exit through a blue head"
|
||||
"Amaranth Warning message. Shown when the user tries to press an unbound/non-exit key while in an amaranth head.")
|
||||
"Amaranth Warning message. Shown when the user tries to press an
|
||||
unbound/non-exit key while in an amaranth head.")
|
||||
|
||||
(defun hydra-set-transient-map (keymap on-exit &optional foreign-keys)
|
||||
"Set KEYMAP to the highest priority.
|
||||
|
||||
Reference in New Issue
Block a user