Skip to content

Commit

Permalink
feat(emacs): add dired-gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Sep 18, 2024
1 parent 59741f7 commit 4f22b53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,9 @@
:ensure nil
:hook (dired-mode . dired-omit-mode))

(use-package dired-gitignore
:init
(dired-gitignore-global-mode t))

(use-package cape
:init
Expand Down

0 comments on commit 4f22b53

Please sign in to comment.