Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Remove unnecessary setting of js2-basic-offset
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Mar 13, 2022
1 parent a3689ba commit d5a8f36
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lisp/init-javascript.el
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@

(js2-imenu-extras-setup))

;; In Emacs >= 25, the following is an alias for js-indent-level anyway
(setq-default js2-basic-offset 2)

(add-to-list 'interpreter-mode-alist (cons "node" 'js2-mode))

(with-eval-after-load 'js2-mode
Expand Down

0 comments on commit d5a8f36

Please sign in to comment.