summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa2025-01-12 23:31:59 +0800
committernoa2025-01-12 23:31:59 +0800
commita5d6389ae713382712b557e93c51d68bbb3e6ba2 (patch)
treeb646380f288b7370b64429728497bda15d0f0c4f /emacs
parent6aa3b56771355dab0930d0be156b680b1f1cf16b (diff)
Add some extra org mode settings
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index cb98bdd..b40dc5e 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -786,9 +786,11 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
 
   :custom
   (org-agenda-files '("~/Documents/Notes.org"))
+  (org-replace-disputed-keys t)
   (org-log-done 'time)
   (org-pretty-entities t)
-  (org-hide-emphasis-markers t))
+  (org-hide-emphasis-markers t)
+  (org-startup-with-inline-images t))
 
 (use-package org-node
   :ensure t