Skip to content

Commit

Permalink
tweak(emacs): don't enable dired-omit-mode automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Dec 9, 2024
1 parent c88654d commit bdc5fba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -603,8 +603,7 @@
(use-package dired
:ensure nil
:init
(setq dired-deletion-confirmer #'(lambda (_) t))
:hook (dired-mode . dired-omit-mode))
(setq dired-deletion-confirmer #'(lambda (_) t)))

(use-package dired-gitignore)

Expand Down

0 comments on commit bdc5fba

Please sign in to comment.