Displays flycheck errors in bottom-left corner of Emacs
This commit is contained in:
		
							parent
							
								
									708670590f
								
							
						
					
					
						commit
						146e2cc3a1
					
				
					 1 changed files with 6 additions and 5 deletions
				
			
		| 
						 | 
					@ -278,8 +278,7 @@
 | 
				
			||||||
              :map evil-ex-map
 | 
					              :map evil-ex-map
 | 
				
			||||||
              ("tb" . alchemist-test-this-buffer)
 | 
					              ("tb" . alchemist-test-this-buffer)
 | 
				
			||||||
              ("tap" . alchemist-test-at-point)
 | 
					              ("tap" . alchemist-test-at-point)
 | 
				
			||||||
              ("lt" . alchemist-mix-rerun-last-test)
 | 
					              ("lt" . alchemist-mix-rerun-last-test))
 | 
				
			||||||
              )
 | 
					 | 
				
			||||||
  :init
 | 
					  :init
 | 
				
			||||||
  (setq evil-emacs-state-cursor '("VioletRed3" box))
 | 
					  (setq evil-emacs-state-cursor '("VioletRed3" box))
 | 
				
			||||||
  (setq evil-normal-state-cursor '("DeepSkyBlue2" box))
 | 
					  (setq evil-normal-state-cursor '("DeepSkyBlue2" box))
 | 
				
			||||||
| 
						 | 
					@ -358,8 +357,8 @@
 | 
				
			||||||
;; Flycheck
 | 
					;; Flycheck
 | 
				
			||||||
(use-package flycheck
 | 
					(use-package flycheck
 | 
				
			||||||
  :ensure t
 | 
					  :ensure t
 | 
				
			||||||
  :config
 | 
					  :config)
 | 
				
			||||||
  (setq flycheck-display-errors-function 'ignore))
 | 
					  ;; (setq flycheck-display-errors-function 'ignore))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; Flycheck Credo Settings
 | 
					;; Flycheck Credo Settings
 | 
				
			||||||
| 
						 | 
					@ -452,7 +451,9 @@
 | 
				
			||||||
  (setq helm-recentf-fuzzy-match t)
 | 
					  (setq helm-recentf-fuzzy-match t)
 | 
				
			||||||
  (setq helm-semantic-fuzzy-match t)
 | 
					  (setq helm-semantic-fuzzy-match t)
 | 
				
			||||||
  (setq helm-imenu-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
 | 
					;; Helm Projectile Settings
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue