Adding a few tweaks to qtile and emac's pdf-view

This commit is contained in:
Derek Taylor
2024-01-23 15:17:20 -06:00
parent 77b353589c
commit d202efdc64
3 changed files with 7 additions and 3 deletions

View File

@@ -549,7 +549,9 @@
:init (pdf-loader-install)
:config (add-to-list 'revert-without-query ".pdf"))
(add-hook 'pdf-view-mode-hook #'(lambda () (interactive) (display-line-numbers-mode -1)))
(add-hook 'pdf-view-mode-hook #'(lambda () (interactive) (display-line-numbers-mode -1)
(blink-cursor-mode -1)
(doom-modeline-mode -1)))
(use-package perspective
:custom