diff options
| author | BardofSprites <[email protected]> | 2025-02-01 17:23:39 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-02-01 17:23:39 -0500 |
| commit | 3f5cde747cd0e76d6ade637c8b5e5e017c9c5fc1 (patch) | |
| tree | 3fba6ad3febd62490ccdd431a5e45ad49ea3716b | |
| parent | 90d45545bc7869675a59fbc0fe195daf047c5a4b (diff) | |
update org variables
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 4 |
1 files changed, 4 insertions, 0 deletions
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") |
