Add the fancy-narrow package
This commit is contained in:
parent
ff8d3f0cfd
commit
33fe8aea63
4
init.el
4
init.el
@ -1066,6 +1066,10 @@ INFO plist."
|
|||||||
(:map projectile-mode-map
|
(:map projectile-mode-map
|
||||||
("C-c p C-a" . ag-project)))
|
("C-c p C-a" . ag-project)))
|
||||||
|
|
||||||
|
(use-package fancy-narrow
|
||||||
|
:config
|
||||||
|
(fancy-narrow-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