瀏覽代碼

emacs.el: Fix sections

pull/15/head
10sr 10 年之前
父節點
當前提交
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") (getenv "TMUX")
(pasteboard-enable-rtun)) (pasteboard-enable-rtun))


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

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


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

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


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


Loading…
取消
儲存