Changed theme in vim and emacs
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user