Skip to content

Commit

Permalink
Should be symbol.
Browse files Browse the repository at this point in the history
  • Loading branch information
rejeep committed Mar 8, 2014
1 parent 163be80 commit f099adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
(progn
(add-hook 'js2-mode-hook (lambda () (setq js2-basic-offset 2)))
(add-hook 'js2-mode-hook (lambda ()
(bind-key "M-j" join-line-or-lines-in-region)))))
(bind-key "M-j" 'join-line-or-lines-in-region)))))

(use-package coffee-mode
:config
Expand Down

0 comments on commit f099adb

Please sign in to comment.