commit 687a26bcab3f770cc5356eefff93bea06c18c04b
parent 0e7eb97e9b0cd6ee0976d91fddb66b540a3c537c
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Wed, 23 Aug 2017 14:43:21 +0300
Customize from init.el pyvenv-mode and tool-bar-mode
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/myinit.org b/myinit.org
@@ -31,7 +31,6 @@
(setq show-paren-mode t)
(setq word-wrap t)
(setq inhibit-startup-message t)
-
#+END_SRC
*** Custom face
@@ -67,6 +66,7 @@
#+BEGIN_SRC emacs-lisp
(setv gnus-group-update-tool-bar t)
(setv menu-bar-mode nil)
+ (setv tool-bar-mode nil)
#+END_SRC
** multiple-curses.el
@@ -452,6 +452,7 @@ Org bullets makes things look pretty.
:config
(pyvenv-mode)
+ (setv pyvenv-virtualenvwrapper-python "/usr/bin/env python")
)
#+END_SRC