mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(emacs): Better vanilla emacs
This commit is contained in:
parent
6d9140dc52
commit
cfc5fc14af
10 changed files with 209 additions and 76 deletions
|
|
@ -38,7 +38,8 @@
|
|||
(global-evil-leader-mode)
|
||||
(evil-leader/set-leader "<SPC>")
|
||||
(evil-leader/set-key
|
||||
"b" 'buffer-menu))
|
||||
"b" 'buffer-menu
|
||||
"ft" 'treemacs))
|
||||
|
||||
;; Evil Commentary: Use gc<action> to toggle comments
|
||||
(use-package evil-commentary
|
||||
|
|
@ -65,4 +66,7 @@
|
|||
;; other faces such as `diff-added` will be used for other actions
|
||||
(evil-goggles-use-diff-faces))
|
||||
|
||||
(with-eval-after-load 'evil
|
||||
(evil-set-initial-state 'org-agenda-mode 'motion))
|
||||
|
||||
(provide 'init-evil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue