Install the auto-virtualenv package
This commit is contained in:
parent
ae47b2b574
commit
a40477411d
@ -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
|
||||||
|
3
init.el
3
init.el
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user