Disable highlight indentation.

This commit is contained in:
Julien Palard 2019-04-04 17:14:55 +02:00
parent e1df518988
commit 63b12724b3
1 changed files with 4 additions and 2 deletions

6
.emacs
View File

@ -185,9 +185,11 @@
;; 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.
'(elpy-modules
(quote
(elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-pyvenv elpy-module-yasnippet elpy-module-django elpy-module-sane-defaults)))
'(frame-background-mode (quote dark))
'(package-selected-packages (quote (org po-mode elpy blacken yaml-mode)))
)
'(package-selected-packages (quote (org po-mode elpy blacken yaml-mode))))
(custom-set-faces
;; custom-set-faces was added by Custom.