]> git.earman.xyz Git - emacsinit.git/commitdiff
Remove unneeded customizations, let them be default
authorrush <rearman@r717.net>
Thu, 25 Jun 2026 15:49:51 +0000 (11:49 -0400)
committerrush <rearman@r717.net>
Thu, 25 Jun 2026 16:48:14 +0000 (12:48 -0400)
config.org

index 8072c7c04682f9545ebef7d5c4547b325e6a4bf8..3307bdcc7529bb1ee225dde87e50914b16ddf940 100644 (file)
@@ -202,7 +202,7 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett
 #+BEGIN_SRC emacs-lisp\r
 (setq org-M-RET-may-split-line nil\r
       org-cycle-inline-images-display t\r
-      org-cycle-separator-lines 0\r
+      org-cycle-separator-lines -1\r
       org-ellipsis "↴"\r
       org-enforce-todo-checkbox-dependencies t\r
       org-enforce-todo-dependencies t\r
@@ -220,7 +220,6 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett
       org-src-preserve-indentation t\r
       org-src-window-setup 'current-window\r
       org-startup-folded 'fold\r
-      org-startup-with-inline-images t\r
       org-tags-column 0\r
       org-yank-adjusted-subtrees t)\r
 #+END_SRC\r
@@ -230,7 +229,6 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett
 (setq org-clock-in-resume t\r
       org-clock-out-remove-zero-time-clocks t\r
       org-clock-persist t\r
-      org-clock-persist-query-resume nil\r
       org-clock-report-include-clocking-task t\r
       org-time-stamp-rounding-minutes '(1 1))\r
 #+END_SRC\r
@@ -258,12 +256,12 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett
                          (sequence "MEETING(m)" "|" "MET(M)"))\r
       org-todo-keyword-faces '(("WAITING" :foreground "#e85400" :weight bold) ; alert orange\r
                               ("MEETING" :foreground "#315e9a" :weight bold)) ; precaution blue\r
-      org-agenda-restore-windows-after-quit t\r
       org-agenda-start-on-weekday nil\r
       org-agenda-span 'day\r
       org-agenda-window-setup 'current-window\r
-      org-agenda-time-grid '((daily today remove-match)\r
-                            (800 900 1000 1100 1200 1300 1400 1500 1600 1700 1800 1900 2000)\r
+      org-agenda-restore-windows-after-quit t\r
+      org-agenda-time-grid '((daily today require-timed)\r
+                            (800 1000 1200 1400 1600 1800 2000)\r
                             " -----"\r
                             "")\r
       org-agenda-prefix-format '((agenda . " %?-12t% s")\r
@@ -273,7 +271,6 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett
       org-agenda-scheduled-leaders '("Booked: " "Booked %dd. ago: ")\r
       org-agenda-deadline-leaders '("Deadline: " "In %dd.: " "Died %dd. ago: ")\r
       org-read-date-prefer-future 'time\r
-      org-agenda-show-all-dates nil\r
       org-agenda-start-with-log-mode t\r
       org-agenda-log-mode-items '(closed clock state)\r
       org-log-done 'time\r