Add the fillcode package
This commit is contained in:
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)
|
||||||
|
Reference in New Issue
Block a user