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))