From ad120a14f5d17314748c4f21d726407eda7ace8d Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:22:38 -0500 Subject: [PATCH] Remove window-divider-mode --- README.md | 6 ++++++ init.el | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) 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