From: Mark Wooding Date: Sat, 25 Jun 2022 11:25:00 +0000 (+0100) Subject: dot/emacs-calc: Use faces for highlighting selections. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/9daba1c9390337fab7519136cba7ed61ab80d5ee dot/emacs-calc: Use faces for highlighting selections. --- 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 " ")