mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add evil-org hooks
This commit is contained in:
@ -54,6 +54,10 @@
|
||||
;; "ts" would be a little too common for an evil escape sequence
|
||||
(setq evil-escape-key-sequence "gq")
|
||||
(setq evil-markdown-movement-bindings '((up . "s")
|
||||
(down . "t")
|
||||
(left . "c")
|
||||
(right . "r"))
|
||||
evil-org-movement-bindings '((up . "s")
|
||||
(down . "t")
|
||||
(left . "c")
|
||||
(right . "r")))
|
||||
@ -120,6 +124,9 @@
|
||||
(kbd "C-h !")))
|
||||
'org-time-stamp-inactive)
|
||||
(apply #'completing-read args))))
|
||||
(after! (evil org evil-org-agenda)
|
||||
(doom-bepo-rotate-bare-keymap '(org-agenda-keymap) doom-bepo-cr-rotation-style)
|
||||
(doom-bepo--evil-collection-hook nil '(evil-org-agenda-mode-map)))
|
||||
(after! (evil magit evil-magit)
|
||||
(doom-bepo-rotate-ts-bare-keymap
|
||||
'(magit-mode-map
|
||||
|
Reference in New Issue
Block a user