fix(emacs): remove output to scratch buffer
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
6d6f55e3c8
commit
e4a20a4da7
1 changed files with 1 additions and 1 deletions
|
@ -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/"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue