From: Amin Bandali Date: Sat, 15 Sep 2018 15:38:46 +0000 (-0400) Subject: [emacs] unbind C-j in emmet-mode-keymap X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/9be4b796c9de9c2542f11d1cd2f2115533e3476f?ds=inline;pf=~bandali [emacs] unbind C-j in emmet-mode-keymap --- diff --git a/init.org b/init.org index 5ab27cb..597b6fb 100644 --- a/init.org +++ b/init.org @@ -1276,7 +1276,8 @@ instead. (use-package emmet-mode :bind* (("C-)" . emmet-next-edit-point) ("C-(" . emmet-prev-edit-point)) - :init + :config + (unbind-key "C-j" emmet-mode-keymap) (setq emmet-move-cursor-between-quotes t) :hook (web-mode css-mode html-mode sgml-mode)) #+end_src