diff options
| author | Matthew Kosarek <matt.kosarek@canonical.com> | 2024-01-31 13:40:00 -0500 |
|---|---|---|
| committer | Matthew Kosarek <matt.kosarek@canonical.com> | 2024-01-31 13:40:00 -0500 |
| commit | 31bbe7974c358302b0c451b253933103f7b3e18c (patch) | |
| tree | 663799f24b9ce64b1eb6ceecbe4c60b282e22be9 /lisp/org-custom.el | |
| parent | 0b2c26b0e1fb7aaafcd2bf656b739d9b7223bc65 (diff) | |
housekeeping: various fixes
Diffstat (limited to 'lisp/org-custom.el')
| -rw-r--r-- | lisp/org-custom.el | 2 |
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 |
