setup calc-mode

calc-context-sensitive-enter
This commit is contained in:
Ivan Malison 2015-08-19 15:34:33 -07:00
parent 5c7a5d6bb8
commit cc23fa5574

View File

@ -700,6 +700,12 @@ The current directory is assumed to be the project's root otherwise."
;; Non-Programming Stuff
;; =============================================================================
(use-package calc-mode
:ensure nil
:config
(progn
(setq calc-context-sensitive-enter t)))
(use-package helm-spotify
:commands helm-spotify)