Remove window-divider-mode
This commit is contained in:
@@ -625,6 +625,12 @@ To configure `corfu` and `cape`, add the following to `~/.emacs.d/post-init.el`:
|
|||||||
(uniquify-separator "•")
|
(uniquify-separator "•")
|
||||||
(uniquify-after-kill-buffer-p t)
|
(uniquify-after-kill-buffer-p t)
|
||||||
(uniquify-ignore-buffers-re "^\\*"))
|
(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:
|
It is also recommended to read the following articles:
|
||||||
|
|||||||
2
init.el
2
init.el
@@ -145,8 +145,6 @@
|
|||||||
window-divider-default-places t
|
window-divider-default-places t
|
||||||
window-divider-default-right-width 1)
|
window-divider-default-right-width 1)
|
||||||
|
|
||||||
(add-hook 'after-init-hook #'window-divider-mode)
|
|
||||||
|
|
||||||
;;; Backup files
|
;;; Backup files
|
||||||
|
|
||||||
;; Avoid generating backups or lockfiles to prevent creating world-readable
|
;; Avoid generating backups or lockfiles to prevent creating world-readable
|
||||||
|
|||||||
Reference in New Issue
Block a user