瀏覽代碼

emacs.el: Fix sections

pull/15/head
10sr 8 年之前
父節點
當前提交
9d2451f953
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. +3
    -4
      emacs.el

+ 3
- 4
emacs.el 查看文件

@@ -851,14 +851,13 @@ IF OK-IF-ALREADY-EXISTS is true force download."
(getenv "TMUX")
(pasteboard-enable-rtun))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; some modes and hooks

;; https://github.com/lunaryorn/flycheck
(when (safe-require-or-eval 'flycheck)
(call-after-init 'global-flycheck-mode))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; some modes and hooks

(set-variable 'ac-ignore-case nil)

(when (autoload-eval-lazily 'term-run '(term-run-shell-command term-run))


Loading…
取消
儲存