From 3be90d5524ecaeb2a5813809d1d7b75dadc499ee Mon Sep 17 00:00:00 2001 From: Inhji Date: Wed, 14 Feb 2024 10:55:47 +0545 Subject: [PATCH] indent --- config/dot_config/doom/config.el | 26 +++++++++++++------------- config/dot_config/doom/config.org | 26 +++++++++++++------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/config/dot_config/doom/config.el b/config/dot_config/doom/config.el index f894550..de8b09b 100644 --- a/config/dot_config/doom/config.el +++ b/config/dot_config/doom/config.el @@ -64,19 +64,19 @@ "* %U %?\n" :prepend t)))) (after! org (setq - org-agenda-show-all-dates nil - org-agenda-span 4 - org-agenda-start-day "+0d" - org-agenda-skip-function '(org-agenda-skip-entry-if 'todo 'done) - org-agenda-time-grid - '((daily today require-timed) - (800 1000 1200 1400 1600 1800 2000) - " ┄┄┄┄┄ " "┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄") - org-agenda-current-time-string - "◀── now ──────────────────────────────────────────────── \\o/" - org-agenda-block-separator ?─ - ;; Consider all org files part of the org-agenda - org-agenda-files (list +user-org-path))) + org-agenda-show-all-dates nil + org-agenda-span 4 + org-agenda-start-day "+0d" + org-agenda-skip-function '(org-agenda-skip-entry-if 'todo 'done) + org-agenda-time-grid + '((daily today require-timed) + (800 1000 1200 1400 1600 1800 2000) + " ┄┄┄┄┄ " "┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄") + org-agenda-current-time-string + "◀── now ──────────────────────────────────────────────── \\o/" + org-agenda-block-separator ?─ + ;; Consider all org files part of the org-agenda + org-agenda-files (list +user-org-path))) (setq org-auto-tangle-default nil) diff --git a/config/dot_config/doom/config.org b/config/dot_config/doom/config.org index d7893f9..f1b4416 100644 --- a/config/dot_config/doom/config.org +++ b/config/dot_config/doom/config.org @@ -70,19 +70,19 @@ "* %U %?\n" :prepend t)))) (after! org (setq - org-agenda-show-all-dates nil - org-agenda-span 4 - org-agenda-start-day "+0d" - org-agenda-skip-function '(org-agenda-skip-entry-if 'todo 'done) - org-agenda-time-grid - '((daily today require-timed) - (800 1000 1200 1400 1600 1800 2000) - " ┄┄┄┄┄ " "┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄") - org-agenda-current-time-string - "◀── now ──────────────────────────────────────────────── \\o/" - org-agenda-block-separator ?─ - ;; Consider all org files part of the org-agenda - org-agenda-files (list +user-org-path))) + org-agenda-show-all-dates nil + org-agenda-span 4 + org-agenda-start-day "+0d" + org-agenda-skip-function '(org-agenda-skip-entry-if 'todo 'done) + org-agenda-time-grid + '((daily today require-timed) + (800 1000 1200 1400 1600 1800 2000) + " ┄┄┄┄┄ " "┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄") + org-agenda-current-time-string + "◀── now ──────────────────────────────────────────────── \\o/" + org-agenda-block-separator ?─ + ;; Consider all org files part of the org-agenda + org-agenda-files (list +user-org-path))) (setq org-auto-tangle-default nil)