added pdftools
This commit is contained in:
parent
5d91770668
commit
311147b96a
9
conf.org
9
conf.org
|
@ -3496,6 +3496,15 @@ Filtering is useful for obvious reasons
|
||||||
(use-package dired-narrow
|
(use-package dired-narrow
|
||||||
:ensure t)
|
:ensure t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** pdftools
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package pdf-tools
|
||||||
|
:ensure t
|
||||||
|
:config
|
||||||
|
(pdf-tools-install)
|
||||||
|
(setq pdf-view-display-size 'fit-page
|
||||||
|
pdf-annot-activate-created-annotations t))
|
||||||
|
#+END_SRC
|
||||||
** mu4e
|
** mu4e
|
||||||
Since mu4e is an external program, need to check that it is installed before loading anything.
|
Since mu4e is an external program, need to check that it is installed before loading anything.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Reference in New Issue