Update README.md

This commit is contained in:
James Cherti
2025-02-03 12:23:43 -05:00
parent 65f3334c65
commit 4e310ce192

View File

@@ -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: