diff --git a/init.el b/init.el index 0f11a91..ef1484a 100644 --- a/init.el +++ b/init.el @@ -1070,6 +1070,10 @@ INFO plist." :config (fancy-narrow-mode)) +(use-package fillcode + :config + (add-hook 'python-mode-hook 'fillcode-mode)) + ;; open pdf with system pdf viewer (works on mac) (setq bibtex-completion-pdf-open-function (lambda (fpath)