diff --git a/README.md b/README.md index 14d1b2f..ef760b0 100644 --- a/README.md +++ b/README.md @@ -683,6 +683,10 @@ And [add the elpaca bootstrap code](https://github.com/progfolio/elpaca?tab=read ;; windows. ;; https://www.gnu.org/software/emacs/manual/html_node/emacs/Window-Dividers.html (add-hook 'after-init-hook #'window-divider-mode) + +;; Automatically hide file details (permissions, size, modification date, etc.) +;; in Dired buffers for a cleaner display. +(add-hook 'dired-mode-hook #'dired-hide-details-mode) ``` It is also recommended to read the following articles: