diff options
| author | bard <[email protected]> | 2024-05-02 15:49:26 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-05-02 15:49:26 -0400 |
| commit | d15ce4b6f18df782d2a00fdb034c53cf8be2f457 (patch) | |
| tree | 93e6a452bb78c1d94e4b7aae1e6f3ceab13efd14 /bard-emacs-modules | |
| parent | d0b53a497b22f61cf9d50825f136df65bc2a1efd (diff) | |
hyperbole and pdftools
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-writing.el | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el index 3b2c6e3..649e7e2 100644 --- a/bard-emacs-modules/bard-emacs-writing.el +++ b/bard-emacs-modules/bard-emacs-writing.el @@ -76,7 +76,10 @@ (use-package denote-explore) -;;; Focus mode for wrigin +;;; Hyperbole for hyper linking +(use-package hyperbole) + +;;; Focus mode for writing ;; Center line scrolling for focused writing (define-minor-mode bard/scroll-center-cursor-mode @@ -146,6 +149,8 @@ (add-hook 'logos-page-motion-hook #'bard/logos--recenter-top)) -(use-package pdf-tools) +(use-package pdf-tools + :config + (pdf-tools-install)) (provide 'bard-emacs-writing) |
