update doom emacs config

This commit is contained in:
Hydroxycarbamide 2024-07-21 13:43:23 +02:00
parent a0545a485c
commit c5764d9f16
2 changed files with 14 additions and 6 deletions

View file

@ -76,3 +76,11 @@
;;
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
;; they are implemented.
(map! :n "C-h" #'windmove-left
:n "C-j" #'windmove-down
:n "C-k" #'windmove-up
:n "C-l" #'windmove-right)
(map! :leader
:desc "Toggle NeoTree" "e" #'neotree-toggle)