Remove needless keybind

This commit is contained in:
Alexander Rosenberg 2023-11-19 05:02:06 -08:00
parent 2f580bfb04
commit 45259861a1
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -666,11 +666,6 @@ 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)