[Emacs] Fix js2 :bind keyword

This commit is contained in:
Ivan Malison 2017-02-19 15:37:47 -08:00
parent 9d5534539a
commit 38f15f22d1
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2630,9 +2630,6 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
(use-package js2-mode
:commands (js2-mode)
:mode "\\.js\\'"
:bind
;; (("C-c b" . web-beautify-js)) TODO: to make this mode specific
;; and change binding
:preface
(progn
(defvar-setq imalison:identifier-count 0)