From 3ebf2df57c025eab21332ab1ab7b1fe7c07562e3 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 8 Apr 2023 20:57:02 +0300 Subject: [PATCH] Change drafts directory for blog posts --- .emacs.d/lisp/esy-capture.el | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.emacs.d/lisp/esy-capture.el b/.emacs.d/lisp/esy-capture.el index 3fdb739..fd61a40 100644 --- a/.emacs.d/lisp/esy-capture.el +++ b/.emacs.d/lisp/esy-capture.el @@ -24,9 +24,14 @@ ;;; Code: -(defvar esy-capture-directory "~/checkouts/eshelyaron.com/org/posts") - -(defvar esy-capture-keywords '("emacs" "prolog" "language" "politics")) +(defvar esy-capture-directory "~/checkouts/eshelyaron.com/draft") + +(defvar esy-capture-keywords '("emacs" + "prolog" + "language" + "politics" + "ai" + "lisp")) (defun esy-capture (title subtitle description keywords date) (interactive (list (read-string "Title: ") -- 2.39.2