From 38f15f22d1ba61274dda530792759f151f5c3d53 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 19 Feb 2017 15:37:47 -0800 Subject: [PATCH] [Emacs] Fix js2 :bind keyword --- dotfiles/emacs.d/README.org | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 7eeef6e0..9c40092b 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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)