Add evil-org and evil-markdown packages
This commit is contained in:
parent
2d486f3377
commit
c958e2c406
@ -299,6 +299,18 @@
|
||||
(use-package evil-numbers
|
||||
:straight t
|
||||
:after evil)
|
||||
|
||||
(use-package evil-org
|
||||
:straight t
|
||||
:hook (org-mode . evil-org-mode)
|
||||
:after org
|
||||
:config
|
||||
(require 'evil-org-agenda)
|
||||
(evil-org-agenda-set-keys))
|
||||
|
||||
(use-package evil-markdown
|
||||
:straight `(el-patch :type git :host github :repo "Somelauw/evil-markdown")
|
||||
:after evil)
|
||||
;; Custom Evil Keybinds
|
||||
|
||||
;;; Evil customizations
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user