enable follow annotations mode by default
This commit is contained in:
parent
02243c956b
commit
c2ab709475
3
conf.org
3
conf.org
|
@ -2541,7 +2541,8 @@ Filtering is useful for obvious reasons
|
||||||
:config
|
:config
|
||||||
(pdf-tools-install)
|
(pdf-tools-install)
|
||||||
(setq pdf-view-display-size 'fit-page
|
(setq pdf-view-display-size 'fit-page
|
||||||
pdf-annot-activate-created-annotations t))
|
pdf-annot-activate-created-annotations t)
|
||||||
|
(add-hook 'pdf-annot-list-mode-hook #'pdf-annot-list-follow-minor-mode))
|
||||||
#+END_SRC
|
#+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.
|
||||||
|
|
Loading…
Reference in New Issue