diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/init.el b/emacs/init.el index 95d0779..bc8e3be 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -302,11 +302,6 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (dired-du-size-format t) :hook (dired-mode . dired-du-mode)) -(use-package dirvish - :ensure t - :custom - (dirvish-override-dired-mode t)) - ;; Some tramp settings. (setopt remote-file-name-inhibit-locks t) (use-package tramp |