diff options
-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) + |