summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r--lisp/org-custom.el10
1 files changed, 9 insertions, 1 deletions
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
"%?"