From 9daba1c9390337fab7519136cba7ed61ab80d5ee Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 25 Jun 2022 12:25:00 +0100 Subject: [PATCH] dot/emacs-calc: Use faces for highlighting selections. --- dot/emacs-calc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot/emacs-calc b/dot/emacs-calc index 8d722f6..36c12e9 100644 --- a/dot/emacs-calc +++ b/dot/emacs-calc @@ -72,6 +72,8 @@ constant bounds." (put 'calc-define 'calc-integrate-numerically '(progn (define-key calc-mode-map "zn" 'calc-integrate-numerically))) +(setq calc-highlight-selections-with-faces t + calc-show-selections nil) ;;; Mode settings stored by Calc on Mon Mar 15 16:25:50 2004 (setq calc-group-char " ") -- 2.11.0