remove unnecessary dotfile functions and hooks

This commit is contained in:
Max Nickel 2019-11-02 14:29:51 -04:00
parent b7046de2ca
commit 0d7d107bbf
2 changed files with 0 additions and 17 deletions

View file

@ -47,8 +47,6 @@ 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)
;; Don't complain about this command being disabled when we use it
(put 'dired-find-alternate-file 'disabled nil)