about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2017-06-15T21·19-0400
committerWilliam Carroll <wpcarro@gmail.com>2017-06-15T21·19-0400
commit146e2cc3a12e85038812f2e67a36f4b95fc70ae4 (patch)
tree0d689c28a9c9d7ef51919265ab1f29bfcaa00284 /configs
parent708670590fddd42cd1bf6d3849ec94d7ddeaee66 (diff)
Displays flycheck errors in bottom-left corner of Emacs
Diffstat (limited to 'configs')
-rw-r--r--configs/.emacs11
1 files changed, 6 insertions, 5 deletions
diff --git a/configs/.emacs b/configs/.emacs
index f7b5790271f9..eaca23718bb7 100644
--- a/configs/.emacs
+++ b/configs/.emacs
@@ -278,8 +278,7 @@
               :map evil-ex-map
               ("tb" . alchemist-test-this-buffer)
               ("tap" . alchemist-test-at-point)
-              ("lt" . alchemist-mix-rerun-last-test)
-              )
+              ("lt" . alchemist-mix-rerun-last-test))
   :init
   (setq evil-emacs-state-cursor '("VioletRed3" box))
   (setq evil-normal-state-cursor '("DeepSkyBlue2" box))
@@ -358,8 +357,8 @@
 ;; Flycheck
 (use-package flycheck
   :ensure t
-  :config
-  (setq flycheck-display-errors-function 'ignore))
+  :config)
+  ;; (setq flycheck-display-errors-function 'ignore))
 
 
 ;; Flycheck Credo Settings
@@ -452,7 +451,9 @@
   (setq helm-recentf-fuzzy-match t)
   (setq helm-semantic-fuzzy-match t)
   (setq helm-imenu-fuzzy-match t)
-  (setq helm-locate-fuzzy-match t))
+  (setq helm-locate-fuzzy-match t)
+  :config
+  (load "~/.emacs.d/wc-helm-functions.lisp"))
 
 
 ;; Helm Projectile Settings