Add calc mode stuff
This commit is contained in:
parent
a3b42676da
commit
5844b1e54e
5
init.el
5
init.el
@ -666,6 +666,11 @@ COMMAND and COMINT are like `compile'."
|
||||
(save-excursion (sly))))
|
||||
(setq inferior-lisp-program "/usr/bin/sbcl"))
|
||||
|
||||
;; calc
|
||||
(use-package calc
|
||||
:ensure nil
|
||||
:bind ("C-c m" . calc))
|
||||
|
||||
;; vterm
|
||||
(use-package vterm
|
||||
:hook (vterm-mode . with-editor-export-editor)
|
||||
|
Loading…
x
Reference in New Issue
Block a user