From 87814846255367c9ea4a75083365416cecea1444 Mon Sep 17 00:00:00 2001 From: bard Date: Fri, 15 Mar 2024 15:54:02 -0400 Subject: never used jekyll --- bard-emacs-modules/bard-emacs-org.el | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'bard-emacs-modules') diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index 7dbbe50..581e34c 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -55,6 +55,7 @@ ;; Org Agenda Faces (custom-set-faces '(org-agenda-structure ((t (:inherit bold :height 1.5 :family "Iosevka Comfy Motion"))))) +(setq org-ellipsis "↲") ;; Org Agenda (defun bard/choose-agenda () @@ -145,20 +146,6 @@ :if-new (file+head "Ideas/%<%Y%m%d%H%M%S>-${slug}.org" "#+TITLE: ${title}\n") :unnarrowed t))) -;; Blogging with Jekyll -(setq org-publish-project-alist - '(("bardmandev" ;; my blog project (just a name) - ;; Path to org files. - :base-directory "~/Code/bardmandev/_org/" - :base-extension "org" - ;; Path to Jekyll Posts - :publishing-directory "~/Code/bardmandev/_posts/" - :recursive t - :publishing-function org-html-publish-to-html - :headline-levels 4 - :html-extension "html" - :body-only t))) - ;; Text Scratch buffers (defun bard/new-org-buffer () (interactive) -- cgit v1.2.3