From 186246dc2433543c2b7c653ef88c2b419f40ee37 Mon Sep 17 00:00:00 2001 From: Emmet Date: Tue, 30 Jul 2024 12:15:56 -0500 Subject: [PATCH] Removes old unnecessary function def --- user/app/doom-emacs/config.el | 8 -------- user/app/doom-emacs/doom.org | 8 -------- 2 files changed, 16 deletions(-) diff --git a/user/app/doom-emacs/config.el b/user/app/doom-emacs/config.el index 2b40c02..f37c8d6 100644 --- a/user/app/doom-emacs/config.el +++ b/user/app/doom-emacs/config.el @@ -732,14 +732,6 @@ If the path from LINK does not exist, nil is returned." (dired org-roam-directory)) ) -(defun org-roam-open-inbox () - "Capture info in ${org-roam-directory}/inbox.org (I use this naming convention to create dashboards for each of my org roam maps)" - (interactive) - (if (file-exists-p (concat org-roam-directory "/inbox.org")) - (org-open-file (concat org-roam-directory "/inbox.org")) - (message "No inbox found, capture something with M-x org-roam-capture-inbox")) -) - (defun org-roam-open-inbox () "Open ${org-roam-directory}/dashboard.org (I use this naming convention to create dashboards for each of my org roam maps)" (interactive) diff --git a/user/app/doom-emacs/doom.org b/user/app/doom-emacs/doom.org index 8a6172b..0a5ae39 100644 --- a/user/app/doom-emacs/doom.org +++ b/user/app/doom-emacs/doom.org @@ -871,14 +871,6 @@ exit (dired org-roam-directory)) ) -(defun org-roam-open-inbox () - "Capture info in ${org-roam-directory}/inbox.org (I use this naming convention to create dashboards for each of my org roam maps)" - (interactive) - (if (file-exists-p (concat org-roam-directory "/inbox.org")) - (org-open-file (concat org-roam-directory "/inbox.org")) - (message "No inbox found, capture something with M-x org-roam-capture-inbox")) -) - (defun org-roam-open-inbox () "Open ${org-roam-directory}/dashboard.org (I use this naming convention to create dashboards for each of my org roam maps)" (interactive)