summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa2024-11-11 12:07:01 +0800
committernoa2024-11-11 12:07:01 +0800
commit2b72da75bd412b38fee6ed61e2770f550061f056 (patch)
tree4bd020ca3199fc50fa9b76ada1c4b49e55e03cff /emacs
parentcc5c3c40be21e6941ecd4039de46d881f4bfc7f0 (diff)
Experiment with pdf-tools
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 0496a0e..bd74923 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -872,3 +872,6 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
         window-resize-pixelwise t
         frame-resize-pixelwise t)
 
+(use-package pdf-tools
+  :ensure t)
+