emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org-modern 0b7fc37420: README: Update settings


From: ELPA Syncer
Subject: [elpa] externals/org-modern 0b7fc37420: README: Update settings
Date: Sun, 13 Mar 2022 05:57:38 -0400 (EDT)

branch: externals/org-modern
commit 0b7fc3742000431390a2de6be159f547dc4bd436
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    README: Update settings
---
 README.org | 31 +++++++++++++++++++++----------
 1 file changed, 21 insertions(+), 10 deletions(-)

diff --git a/README.org b/README.org
index 9b1727822f..93c6ca9422 100644
--- a/README.org
+++ b/README.org
@@ -86,16 +86,27 @@ screenshot above.
     (set-face-foreground face (face-attribute 'default :background)))
   (set-face-background 'fringe (face-attribute 'default :background))
 
-  ;; Org settings
-  (setq org-hide-emphasis-markers t
-        org-pretty-entities t
-        org-auto-align-tags nil
-        org-tags-column 0
-        org-ellipsis "…"
-        org-agenda-block-separator ?─
-        org-catch-invisible-edits 'show-and-error
-        org-special-ctrl-a/e t
-        org-insert-heading-respect-content t)
+  (setq
+   ;; Edit settings
+   org-auto-align-tags nil
+   org-tags-column 0
+   org-catch-invisible-edits 'show-and-error
+   org-special-ctrl-a/e t
+   org-insert-heading-respect-content t
+
+   ;; Org styling, hide markup etc.
+   org-hide-emphasis-markers t
+   org-pretty-entities t
+   org-ellipsis "…"
+
+   ;; Agenda styling
+   org-agenda-block-separator ?─
+   org-agenda-time-grid
+   '((daily today require-timed)
+     (800 1000 1200 1400 1600 1800 2000)
+     " ┄┄┄┄┄ " "┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄")
+   org-agenda-current-time-string
+   "⭠ now ─────────────────────────────────────────────────")
 
   ;; Enable org-modern-mode
   (add-hook 'org-mode-hook #'org-modern-mode)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]