diff options
author | noa | 2024-11-11 12:07:01 +0800 |
---|---|---|
committer | noa | 2024-11-11 12:07:01 +0800 |
commit | 2b72da75bd412b38fee6ed61e2770f550061f056 (patch) | |
tree | 4bd020ca3199fc50fa9b76ada1c4b49e55e03cff | |
parent | cc5c3c40be21e6941ecd4039de46d881f4bfc7f0 (diff) |
Experiment with pdf-tools
-rw-r--r-- | emacs/init.el | 3 |
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) + |