Install the auto-virtualenv package

This commit is contained in:
Gergely Polonkai 2016-11-09 08:23:51 +01:00
parent ae47b2b574
commit a40477411d
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,7 @@
anzu
auto-highlight-symbol
auto-package-update
auto-virtualenv
avy
beacon
bind-key

View File

@ -787,6 +787,9 @@
:config
(global-anzu-mode 1))
(use-package auto-virtualenv
:ensure t)
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")