From 61cfde607c839e9c70e7f1035b8ab7305683949e Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 3 Jun 2016 12:44:04 +0900 Subject: [PATCH] Remove some indent configurations This should be done with EditorConfig! --- emacs.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/emacs.el b/emacs.el index 106f1ec..05be376 100644 --- a/emacs.el +++ b/emacs.el @@ -1017,11 +1017,6 @@ found, otherwise returns nil." ;; (gtags-mode 1)) ))) -(when (autoload-eval-lazily 'php-mode) - (add-hook 'php-mode-hook - (lambda () - (set-variable 'c-basic-offset 2)))) - (autoload-eval-lazily 'js2-mode nil ;; currently do not use js2-mode ;; (add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode)) @@ -1039,9 +1034,6 @@ found, otherwise returns nil." ;; t) ) -(with-eval-after-load 'js - (set-variable 'js-indent-level 2)) - (add-to-list 'interpreter-mode-alist '("node" . js-mode))