From a0324e60b96e4e973fd7bed78082a2fb13b7fd43 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 29 Jul 2020 23:29:30 +0200 Subject: Update some keybindings, lighters & more C-c map: - use d for "display" features - m for "manuals" - only bind p [cf] when the equivalent C-x binding does not exist. Org 9.3.7 (future 9.4) now honors electric-indent-mode. Delight visual-line-mode since I have fringe indicators. Keep selection highlighted when moving to another window. --- .emacs-custom.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs-custom.el') diff --git a/.emacs-custom.el b/.emacs-custom.el index 367015d..6580748 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -41,6 +41,7 @@ '(global-diff-hl-mode t) '(global-page-break-lines-mode t nil (page-break-lines)) '(gnus-cloud-method "nnimap:gmail") + '(highlight-nonselected-windows t) '(hscroll-step 1) '(ibuffer-default-sorting-mode 'filename/process) '(icomplete-mode t) -- cgit v1.2.3