From 3f5cde747cd0e76d6ade637c8b5e5e017c9c5fc1 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Sat, 1 Feb 2025 17:23:39 -0500 Subject: update org variables --- bard-emacs-modules/bard-emacs-org.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bard-emacs-modules') diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index fd00458..3b6a039 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -6,6 +6,7 @@ (require 'org-habit) (use-package org + :defer nil :bind (:map org-mode-map ("C-M-a" . backward-paragraph) @@ -35,6 +36,9 @@ org-icalendar-scheduled-summary-prefix "SCHEDULED: " org-icalendar-use-deadline '(event-if-todo-not-done) org-icalendar-deadline-summary-prefix "DEADLINE: ") + +(setq org-habit-show-all-today nil) + (setq org-structure-template-alist '(("c" . "center") ("x" . "example") -- cgit v1.2.3