system changes
This commit is contained in:
parent
5994047ea8
commit
24e0777862
1 changed files with 4 additions and 2 deletions
|
@ -181,7 +181,9 @@ Make PDFs save where in the document it was last.
|
|||
* Tools
|
||||
Install =esup= as a profiling tool.
|
||||
#+begin_src emacs-lisp
|
||||
(use-package esup)
|
||||
(use-package esup
|
||||
:config
|
||||
(setq esup-depth 0))
|
||||
#+end_src
|
||||
|
||||
Configure =dumb-jump= for better lookup.
|
||||
|
@ -200,7 +202,7 @@ Install a better PDF viewer than =DocView=.
|
|||
#+begin_src emacs-lisp
|
||||
(use-package pdf-tools
|
||||
:config
|
||||
(pdf-tools-install)
|
||||
;;(pdf-tools-install)
|
||||
:hook
|
||||
(pdf-view-mode . (lambda () (display-line-numbers-mode -1)))
|
||||
:init
|
||||
|
|
Loading…
Add table
Reference in a new issue