From e4a20a4da794a5ebc5b2a67d10a82c95e7f1a9e2 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 1 Jan 2024 11:24:22 -0500 Subject: [PATCH] fix(emacs): remove output to scratch buffer Signed-off-by: Lucas Sta Maria --- .emacs.d/include/orgconfig.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/include/orgconfig.el b/.emacs.d/include/orgconfig.el index cb1bb7c..b293e67 100644 --- a/.emacs.d/include/orgconfig.el +++ b/.emacs.d/include/orgconfig.el @@ -71,7 +71,7 @@ (interactive) ;; Sync the calendars directory (let ((default-directory (expand-file-name "~/.calendars/"))) - (shell-command "./sync" "*scratch*")) + (shell-command "./sync")) ;; Import the calendars into the diary (let* ((diary-file-name (expand-file-name "~/.emacs.d/diary")) (calendar-dir (expand-file-name "~/.calendars/"))