Variable: calculator-electric-mode

calculator-electric-mode is a customizable variable defined in calculator.el.gz.

Value

nil

Documentation

Run calculator electrically, in the echo area.

Electric mode saves some place but changes the way you interact with the calculator.

Source Code

;; Defined in /usr/src/emacs/lisp/calculator.el.gz
(defcustom calculator-electric-mode nil
  "Run `calculator' electrically, in the echo area.
Electric mode saves some place but changes the way you interact with the
calculator."
  :type  'boolean)