diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-10-04 17:40:07 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-10-04 17:40:07 +0200 |
| commit | cf6bf2d57418fc2a52f087a2210a6740c916fbf9 (patch) | |
| tree | fadb1cd8765077e0b28320a3b9fd6ce9147e38bb /.config/emacs/custom.el | |
| parent | 5334ad476a47ae805bc2de65fbf1ffacc565bbf8 (diff) | |
| download | dotfiles-cf6bf2d57418fc2a52f087a2210a6740c916fbf9.tar.xz | |
Disable highlight-nonselected-windows for now
My goal with this option: keep a useful snippet highlighted in window
X while working in window Y.
Unfortunate side-effect: if both windows display the same buffer,
activating the mark in window X causes visual noise in window Y.
Diffstat (limited to '.config/emacs/custom.el')
| -rw-r--r-- | .config/emacs/custom.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el index 278e167..e67e2a2 100644 --- a/.config/emacs/custom.el +++ b/.config/emacs/custom.el @@ -21,7 +21,6 @@ '(frame-resize-pixelwise t) '(gdb-many-windows t) '(gnus-cloud-method "nnimap:gmail") - '(highlight-nonselected-windows t) '(hscroll-step 1) '(ibuffer-default-sorting-mode 'filename/process) '(indent-tabs-mode nil) |
