Skip to content

Instantly share code, notes, and snippets.

@eentzel
Created July 17, 2011 09:20
Show Gist options
  • Save eentzel/1087394 to your computer and use it in GitHub Desktop.
Save eentzel/1087394 to your computer and use it in GitHub Desktop.
sum number in Emacs' calc-mode
;; select numbers, then run:
;; M-x calc-grab-rectangle
;; to load them into calc, then:
;; v R +
;; to call calc-reduce and pass it the + operator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment