(quote
(("gnu" . "https://elpa.gnu.org/packages/")
("melpa" . "http://stable.melpa.org/packages/"))))
'(package-selected-packages (quote (flymake elpy dracula-theme)))
'(ring-bell-function (quote ignore))
'(visible-bell nil))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
'(setq visible-bell 1)
(elpy-enable)
(define-key yas-minor-mode-map (kbd "C-c k") 'yas-expand)
(define-key global-map (kbd "C-c o") 'iedit-mode)
The contents of the virtualenv directory are as follows:
> c:\users\username\python-virtual-environments
> -- \env\
> ---- \include\
> -------- #blank#
> ---- \lib\
> -------- \site-packages\
> ------------- #blank#
> ---- \scripts\
> -------- python.exe
> -------- pythonw.exe
> ---- pyvenv.cfg
https://redd.it/i5idtc
@r_emacs
(("gnu" . "https://elpa.gnu.org/packages/")
("melpa" . "http://stable.melpa.org/packages/"))))
'(package-selected-packages (quote (flymake elpy dracula-theme)))
'(ring-bell-function (quote ignore))
'(visible-bell nil))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
'(setq visible-bell 1)
(elpy-enable)
(define-key yas-minor-mode-map (kbd "C-c k") 'yas-expand)
(define-key global-map (kbd "C-c o") 'iedit-mode)
The contents of the virtualenv directory are as follows:
> c:\users\username\python-virtual-environments
> -- \env\
> ---- \include\
> -------- #blank#
> ---- \lib\
> -------- \site-packages\
> ------------- #blank#
> ---- \scripts\
> -------- python.exe
> -------- pythonw.exe
> ---- pyvenv.cfg
https://redd.it/i5idtc
@r_emacs