diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index 127c154..1eb76ca 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -362,7 +362,11 @@ Setup prefix for keybindings. :prefix "," :global-prefix "C-SPC") #+END_SRC - +** Comment code +#+BEGIN_SRC emacs-lisp + (global-unset-key [(meta c)]) + (global-set-key [(meta c)] 'comment-line) +#+END_SRC ** Motion (using Avy) #+BEGIN_SRC emacs-lisp (use-package avy)