dot/emacs-calc: Use faces for highlighting selections.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 25 Jun 2022 11:25:00 +0000 (12:25 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 25 Jun 2022 11:25:00 +0000 (12:25 +0100)
dot/emacs-calc

index 8d722f6..36c12e9 100644 (file)
@@ -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 " ")