From 792979a6f0027bf39a9f5755d82c0a119c33bcd8 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 2 Oct 2017 13:33:39 +0200 Subject: [PATCH] Add the fillcode package --- init.el | 4 ++++ 1 file changed, 4 insertions(+) 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)