Add flymake cursor

This commit is contained in:
Maciej Szlosarczyk 2017-08-28 23:19:01 +03:00
parent daa26bbc3b
commit 321146b0aa
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
4 changed files with 10 additions and 4 deletions

View file

@ -144,6 +144,7 @@
(setq company-begin-commands '(self-insert-command))
(setq company-selection-wrap-around t)
;; Set up default backends (overriden for specific languages)
(setq company-backends
'((company-files ; files & directory
company-keywords ; keywords
@ -175,9 +176,6 @@
;; Show projectile lists by most recently active
(setq projectile-sort-order (quote recently-active))
;; (add-hook 'projectile-after-switch-project-hook 'magit-status)
;; (add-hook 'projectile-find-file-hook 'projectile-invalidate-cache)
; Use VIM mode
(require 'evil)
(require 'evil-leader)