system changes

This commit is contained in:
jjanzen 2025-01-08 08:47:28 -06:00
parent 5994047ea8
commit 24e0777862

View file

@ -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