Add the fillcode package
This commit is contained in:
parent
33fe8aea63
commit
792979a6f0
4
init.el
4
init.el
@ -1070,6 +1070,10 @@ INFO plist."
|
|||||||
:config
|
:config
|
||||||
(fancy-narrow-mode))
|
(fancy-narrow-mode))
|
||||||
|
|
||||||
|
(use-package fillcode
|
||||||
|
:config
|
||||||
|
(add-hook 'python-mode-hook 'fillcode-mode))
|
||||||
|
|
||||||
;; open pdf with system pdf viewer (works on mac)
|
;; open pdf with system pdf viewer (works on mac)
|
||||||
(setq bibtex-completion-pdf-open-function
|
(setq bibtex-completion-pdf-open-function
|
||||||
(lambda (fpath)
|
(lambda (fpath)
|
||||||
|
Loading…
Reference in New Issue
Block a user