diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 8c5cc06e..91414246 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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)