de-nixify pdftools config
This commit is contained in:
parent
1706f3941e
commit
d5f96e12d9
1 changed files with 4 additions and 2 deletions
6
init.el
6
init.el
|
@ -102,8 +102,10 @@
|
||||||
(add-hook 'cc-mode-hook 'tabs-yay)
|
(add-hook 'cc-mode-hook 'tabs-yay)
|
||||||
|
|
||||||
;; pdftools ftw, docview is shit that needs to be left in the past
|
;; pdftools ftw, docview is shit that needs to be left in the past
|
||||||
(require 'pdf-tools)
|
(use-package pdf-tools
|
||||||
(pdf-loader-install)
|
:straight t
|
||||||
|
:config
|
||||||
|
(pdf-loader-install))
|
||||||
|
|
||||||
;; highlight the parens
|
;; highlight the parens
|
||||||
(setq show-paren-delay 0)
|
(setq show-paren-delay 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue