summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
authorMatthew Kosarek <matt.kosarek@canonical.com>2024-01-31 13:40:00 -0500
committerMatthew Kosarek <matt.kosarek@canonical.com>2024-01-31 13:40:00 -0500
commit31bbe7974c358302b0c451b253933103f7b3e18c (patch)
tree663799f24b9ce64b1eb6ceecbe4c60b282e22be9 /lisp/org-custom.el
parent0b2c26b0e1fb7aaafcd2bf656b739d9b7223bc65 (diff)
housekeeping: various fixes
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r--lisp/org-custom.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/org-custom.el b/lisp/org-custom.el
index 96bf819..8aa1417 100644
--- a/lisp/org-custom.el
+++ b/lisp/org-custom.el
@@ -112,5 +112,7 @@
(use-package org-download
:ensure t)
+(setq org-log-repeat nil)
+
(provide 'org-custom)
;;; org-custom.el ends here