From 7a0531e37dc636a2a26d2598244acb02936a9c31 Mon Sep 17 00:00:00 2001 From: rush Date: Wed, 1 Jul 2026 14:57:53 -0400 Subject: [PATCH] Make org open pdfs in emacs, not external --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 0c968f9..a681510 100644 --- a/init.el +++ b/init.el @@ -214,6 +214,8 @@ org-refile-use-outline-path 'file org-refile-allow-creating-parent-nodes 'confirm) +(add-to-list 'org-file-apps '("\\.pdf\\'" . emacs)) ; open pdfs in emacs + ;; Agenda settings (setq org-agenda-files (append '("~/org/") -- 2.39.5