disable web-beautify-js binding

This commit is contained in:
Ivan Malison 2015-10-18 14:46:21 -07:00
parent fbe48c5a70
commit cd1b246a05

View File

@ -1988,7 +1988,8 @@ window is active in the perspective."
:commands (js2-mode) :commands (js2-mode)
:mode "\\.js\\'" :mode "\\.js\\'"
:bind :bind
(("C-c b" . web-beautify-js)) ;; (("C-c b" . web-beautify-js)) TODO: to make this mode specific
;; and change binding
:init :init
(progn (progn
(defvar-setq imalison:identifier-count 0) (defvar-setq imalison:identifier-count 0)