From a40477411d449b88e486bbddf24b74282bf23617 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 9 Nov 2016 08:23:51 +0100 Subject: [PATCH] Install the auto-virtualenv package --- customizations.el | 1 + init.el | 3 +++ 2 files changed, 4 insertions(+) diff --git a/customizations.el b/customizations.el index 90a9143..beeef74 100644 --- a/customizations.el +++ b/customizations.el @@ -32,6 +32,7 @@ anzu auto-highlight-symbol auto-package-update + auto-virtualenv avy beacon bind-key diff --git a/init.el b/init.el index 4337940..ab26990 100644 --- a/init.el +++ b/init.el @@ -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")