diff options
Diffstat (limited to 'bard-emacs-modules/bard-emacs-org.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 15 |
1 files changed, 1 insertions, 14 deletions
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) |
