diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 4f81a8f2..8043309f 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1988,7 +1988,8 @@ window is active in the perspective." :commands (js2-mode) :mode "\\.js\\'" :bind - (("C-c b" . web-beautify-js)) + ;; (("C-c b" . web-beautify-js)) TODO: to make this mode specific + ;; and change binding :init (progn (defvar-setq imalison:identifier-count 0)