Update for python before complete rewrite
This commit is contained in:
parent
526b9054e4
commit
491e53cb61
5 changed files with 14 additions and 9 deletions
|
@ -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)
|
||||
|
|
|
@ -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))
|
||||
|
|
|
@ -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)
|
||||
|
||||
;;
|
||||
;; ===============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue