From: Eshel Yaron Date: Sat, 8 Apr 2023 17:57:02 +0000 (+0300) Subject: Change drafts directory for blog posts X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ebf2df57c025eab21332ab1ab7b1fe7c07562e3;p=dotfiles.git Change drafts directory for blog posts --- 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: ")