Comment out elpy-mode
This commit is contained in:
@@ -173,12 +173,12 @@
|
||||
(use-package racket-mode)
|
||||
|
||||
;; Python
|
||||
(use-package elpy
|
||||
:disabled
|
||||
:init
|
||||
(elpy-enable)
|
||||
:config
|
||||
(add-to-list 'process-coding-system-alist '("python" . (utf-8 . utf-8))))
|
||||
;; (use-package elpy
|
||||
;; :disabled
|
||||
;; :init
|
||||
;; (elpy-enable)
|
||||
;; :config
|
||||
;; (add-to-list 'process-coding-system-alist '("python" . (utf-8 . utf-8))))
|
||||
|
||||
;;Ivy related stuff
|
||||
(use-package ivy)
|
||||
|
||||
Reference in New Issue
Block a user