Skip to content

Commit

Permalink
tweak(emacs): dirvish: make dired-gitignore-mode global
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Dec 12, 2024
1 parent 51542b4 commit 232a2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@
(gg/local
:keymaps 'dirvish-mode-map
"d" #'dirvish-fd
"i" #'dired-gitignore-mode
"i" #'dired-gitignore-global-mode
"g" #'dirvish-emerge-mode
"f" #'dired-create-empty-file
"k" #'dired-create-directory))
Expand Down

0 comments on commit 232a2bb

Please sign in to comment.