setup calc-mode
calc-context-sensitive-enter
This commit is contained in:
parent
5c7a5d6bb8
commit
cc23fa5574
@ -700,6 +700,12 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
;; Non-Programming Stuff
|
;; Non-Programming Stuff
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
|
|
||||||
|
(use-package calc-mode
|
||||||
|
:ensure nil
|
||||||
|
:config
|
||||||
|
(progn
|
||||||
|
(setq calc-context-sensitive-enter t)))
|
||||||
|
|
||||||
(use-package helm-spotify
|
(use-package helm-spotify
|
||||||
:commands helm-spotify)
|
:commands helm-spotify)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user