Add flymake cursor
This commit is contained in:
parent
daa26bbc3b
commit
321146b0aa
4 changed files with 10 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue