From 9d2451f9530e6f8ac7846beda6802913bbff74f7 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 25 Jan 2016 01:59:42 +0900 Subject: [PATCH] emacs.el: Fix sections --- emacs.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/emacs.el b/emacs.el index 065ead2..c752466 100644 --- a/emacs.el +++ b/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))