From 96815006116ce31328c4d78ca7acd1cf56b39095 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Thu, 4 Apr 2024 11:18:02 -0400 Subject: theme update + minor fixes --- lisp/org-custom.el | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'lisp/org-custom.el') diff --git a/lisp/org-custom.el b/lisp/org-custom.el index 8aa1417..573ddb3 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -51,6 +51,14 @@ (setq org-src-fontify-natively t) +(setq-default org-startup-indented t + org-pretty-entities t + org-use-sub-superscripts "{}" + org-hide-emphasis-markers t + org-startup-with-inline-images t + org-image-actual-width '(300)) +(setq org-blank-before-new-entry '((heading . t) (plain-list-item . nil))) + ;; (use-package org-alert ;; :ensure t ;; :config @@ -77,7 +85,7 @@ '(("d" "default" entry "* %?" :target (file+head "%<%Y-%m-%d>.org" - "#+title: %<%Y-%m-%d> 📰 \n#+filetags: :dailies:\n\n* Plan 🛫 \n\n* Timeline 🍞\n\n* Notes 📁\n\n* Questions ❓\n\n")))) + "#+title: %<%Y-%m-%d> 📰 \n#+filetags: :dailies: \n\n* Timeline 🍞\n\n* Notes 📁\n\n* Questions ❓\n\n")))) (setq org-roam-capture-templates '(("d" "default" plain "%?" -- cgit v1.2.1