Figure out a way to do python virtual environments
This commit is contained in:
parent
321146b0aa
commit
5a30c48953
8 changed files with 54 additions and 3 deletions
|
|
@ -57,7 +57,9 @@
|
|||
(require 'dash-at-point)
|
||||
(evil-leader/set-key "d" 'dash-at-point)
|
||||
|
||||
;; Force company-yasnippet
|
||||
|
||||
(require 'evil)
|
||||
;;; VIM insert mode things
|
||||
(define-key evil-insert-state-map "\C-a" 'company-yasnippet)
|
||||
(define-key evil-insert-state-map "\C-a" 'company-complete)
|
||||
;;; key-bindings.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue