瀏覽代碼

Set indent level for php-mode

pull/5/head
10sr 9 年之前
父節點
當前提交
f4ba9a0cf3
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el 查看文件

@@ -1205,6 +1205,11 @@ found, otherwise returns nil."
;; (gtags-mode 1))
))))

(when (autoload-eval-lazily 'php-mode)
(add-hook 'php-mode-hook
(lambda ()
(setq c-basic-offset 2))))

(when (autoload-eval-lazily 'js2-mode)
;; currently do not use js2-mode
;; (add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))


Loading…
取消
儲存