Browse Source

emacs.el: Fix sections

pull/15/head
10sr 8 years ago
parent
commit
9d2451f953
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      emacs.el

+ 3
- 4
emacs.el View File

@@ -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…
Cancel
Save