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 anzu
auto-highlight-symbol auto-highlight-symbol
auto-package-update auto-package-update
auto-virtualenv
avy avy
beacon beacon
bind-key bind-key

View File

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