summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-03-31 23:08:42 -0500
committerCase Duckworth2021-03-31 23:08:42 -0500
commit8e2312b5007200b68b8294992e1c61f95a5bb6dd (patch)
tree5d73893e1aa3a63954c59610d11b8833a6d270fc
parentShow client status in `frame-title-format' (diff)
downloademacs-8e2312b5007200b68b8294992e1c61f95a5bb6dd.tar.gz
emacs-8e2312b5007200b68b8294992e1c61f95a5bb6dd.zip
Add PDF Tools at home
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el index 9b52742..932a5c0 100644 --- a/init.el +++ b/init.el
@@ -634,6 +634,11 @@ call `zzz-to-char'."
634 (:bind "RET" unpackaged/org-return-dwim) 634 (:bind "RET" unpackaged/org-return-dwim)
635 (add-hook 'before-save-hook #'acdw/hook--org-mode-fix-blank-lines)) 635 (add-hook 'before-save-hook #'acdw/hook--org-mode-fix-blank-lines))
636 636
637;;;;; PDF Tools
638(when (eq acdw/system :home)
639 (setup (:straight pdf-tools)
640 (pdf-loader-install)))
641
637;;;; Programming languages 642;;;; Programming languages
638 643
639;;;;; Formatting 644;;;;; Formatting