summary refs log tree commit diff
diff options
context:
space:
mode:
-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