Homepage: https://www.gnu.org/software/emacs
Author: Eli Barzilay
A calculator for Emacs
A calculator for Emacs. Why should you reach for your mouse to get xcalc (calc.exe, gcalc or whatever), when you have Emacs running already? You can bind this to a key by adding this to your Init file: (global-set-key [(control return)] 'calculator) Written by Eli Barzilay, eli@barzilay.org