Changed theme in vim and emacs

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2021-04-05 23:50:32 +02:00
parent fcc216725c
commit e9c366fd6d
14 changed files with 786 additions and 13 deletions

View File

@ -182,8 +182,6 @@
:config
(load-theme 'zenburn t))
;; Sitebar dirred
(use-package dired-sidebar
:ensure t
@ -472,6 +470,12 @@
python-indent-offset 4))))
(add-hook 'python-mode-hook 'infer-indentation-style)
;; python-black
(use-package python-black
:demand t
:after python)
;;; --- Look & Feel ---
;; Helm