diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index e2fe561..93cf3cb 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -302,6 +302,10 @@ '("h" "Home" entry (file+headline "~/org/home.org" "Inbox") "* TODO [#A] %?\n %i" :empty-lines 1)) + (add-to-list 'org-capture-templates + '("b" "Quote" entry + (file "~/org/quotes.org") + "%i \n" :empty-lines 1)) (setq-default org-archive-location "~/org/.archive/%s_archive::* Finished Tasks") ;; Import ox-latex to get org-latex-classes and other funcitonality