Update for python before complete rewrite

This commit is contained in:
Vladan Popovic 2021-05-11 09:31:13 +02:00
parent 526b9054e4
commit 491e53cb61
No known key found for this signature in database
GPG key ID: 39762748EB5A39D9
5 changed files with 14 additions and 9 deletions

View file

@ -106,4 +106,10 @@
(when (executable-find "firefox")
(setq helm-google-suggest-use-curl-p t)))
(setq frame-title-format
(list (format "%s %%S: %%j " (system-name))
'(buffer-file-name "%f" (dired-directory dired-directory "%b"))))
(use-package better-defaults)
(provide 'jenga-init)

View file

@ -1,4 +1,4 @@
;;;; Python configuration.
;; Python configuration.
(use-package elpy
:ensure t
:init
@ -24,7 +24,7 @@
"jupyter")
:hook
(elpy-mode . (lambda () (highlight-indentation-mode -1)))
(elpy-mode . py-autopep8-enable-on-save)
;; (elpy-mode . py-autopep8-enable-on-save)
(elpy-mode . flycheck-mode)
(elpy-mode . jedi:setup)
(elpy-mode . jedi:ac-setup))

View file

@ -1,5 +1,6 @@
;; Use material theme on black background.
(use-package material-theme)
;; Use dark twilight.
(use-package twilight-theme)
(load-theme 'twilight t)
;;
;; ===============