mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -05:00
[dired] follow function naming conventions
This commit is contained in:
@@ -48,7 +48,7 @@ only variant that supports --group-directories-first."
|
||||
;; hide details by default
|
||||
(add-hook 'dired-mode-hook 'dired-hide-details-mode)
|
||||
;; hide dotfiles by default
|
||||
(add-hook 'dired-after-readin-hook '+dired/dotfiles-hide)
|
||||
(add-hook 'dired-after-readin-hook '+dired-dotfiles-hide)
|
||||
|
||||
;; Don't complain about this command being disabled when we use it
|
||||
(put 'dired-find-alternate-file 'disabled nil)
|
||||
@@ -180,4 +180,4 @@ we have to clean it up ourselves."
|
||||
:after dired
|
||||
:init
|
||||
(progn
|
||||
(add-hook 'dired-after-readin-hook '+dired/enable-git-info-h)))
|
||||
(add-hook 'dired-after-readin-hook '+dired-enable-git-info-h)))
|
||||
|
Reference in New Issue
Block a user