diff options
author | Thanos Apollo <[email protected]> | 2024-01-28 22:09:55 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-28 22:09:55 +0200 |
commit | cce73f4847dee4b439ec07b4398f2e16e006827a (patch) | |
tree | 6ba437a757dadb19e4b879964633ac64352a0882 /.emacs.d/init.el | |
parent | 8dbd6d562e3f9d8b62beae5ec987105ba9d857fe (diff) |
emacs: Update pdf-tools, remove hooks
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 440a03e..bc8df78 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -262,7 +262,7 @@ (define-prefix-command 'thanos/notes-map) :config (setf org-roam-directory "~/Notes") - (org-roam-db-autosync-enable) + (org-roam-db-autosync-enable) (setf org-roam-node-display-template (concat "${title:50} "(propertize "${tags:30}" 'face 'org-tag))) @@ -488,9 +488,7 @@ :ensure t :config (pdf-tools-install) - (add-to-list 'auto-mode-alist '("\\.pdf\\'" . 'pdf-view-mode)) - :hook ((pdf-view-mode . 'pdf-isearch-minor-mode) - (pdf-view-mode . 'pdf-view-midnight-minor-mode))) + (add-to-list 'auto-mode-alist '("\\.pdf\\'" . 'pdf-view-mode))) (use-package markdown-mode :defer t |