diff --git a/README.md b/README.md index 91745ab..c991c56 100644 --- a/README.md +++ b/README.md @@ -625,6 +625,12 @@ To configure `corfu` and `cape`, add the following to `~/.emacs.d/post-init.el`: (uniquify-separator "•") (uniquify-after-kill-buffer-p t) (uniquify-ignore-buffers-re "^\\*")) + +;; Window dividers separate windows visually. Window dividers are bars that can +;; be dragged with the mouse, thus allowing you to easily resize adjacent +;; windows. +;; https://www.gnu.org/software/emacs/manual/html_node/emacs/Window-Dividers.html +(add-hook 'after-init-hook #'window-divider-mode) ``` It is also recommended to read the following articles: diff --git a/init.el b/init.el index 8c4a386..44deeea 100644 --- a/init.el +++ b/init.el @@ -145,8 +145,6 @@ window-divider-default-places t window-divider-default-right-width 1) -(add-hook 'after-init-hook #'window-divider-mode) - ;;; Backup files ;; Avoid generating backups or lockfiles to prevent creating world-readable