Skip to content

Commit

Permalink
tweak(emacs): don't enable dired-gitignore-global-mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Sep 19, 2024
1 parent 3ac12b3 commit 3333cab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,7 @@
:ensure nil
:hook (dired-mode . dired-omit-mode))

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

(use-package cape
:init
Expand Down

0 comments on commit 3333cab

Please sign in to comment.