remove global binding for web beautify

This commit is contained in:
Ivan Malison 2015-10-18 16:39:19 -07:00
parent 4ebae4d84a
commit 1acf0f6062

View File

@ -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\\'")