From 1acf0f6062e4114c32a3a0ab181814ea9137cb95 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 18 Oct 2015 16:39:19 -0700 Subject: [PATCH] remove global binding for web beautify --- dotfiles/emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 99193e28..67fae8b7 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -2184,7 +2184,8 @@ window is active in the perspective." (use-package sgml-mode :commands sgml-mode - :bind ("C-c b" . web-beautify-html)) + ;; :bind ("C-c b" . web-beautify-html) TODO: mode specific, change binding + ) (use-package gitconfig-mode :mode "\\.?gitconfig\\'")