diff options
author | jao <jao@gnu.org> | 2021-02-03 21:22:39 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-02-03 21:22:39 +0000 |
commit | c7b27f44ae23c29d773fad4dffb1d635eea89350 (patch) | |
tree | abbe87348d18c48db22629a0804ae903aa3fff27 | |
parent | 830ac06aa861b1d04139744c54d609c00e2ee41f (diff) | |
download | elibs-c7b27f44ae23c29d773fad4dffb1d635eea89350.tar.gz elibs-c7b27f44ae23c29d773fad4dffb1d635eea89350.tar.bz2 |
config: org tweaks
-rw-r--r-- | org.org | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -5,7 +5,6 @@ :init (setq org-catch-invisible-edits 'smart org-complete-tags-always-offer-all-agenda-tags t - org-completion-use-ido nil org-cycle-separator-lines 0 ;; no blank lines when all colapsed org-deadline-warning-days 14 org-directory jao-org-dir @@ -13,7 +12,6 @@ org-ellipsis " .." ;; ↴ org-email-link-description-format "Email %c: %s" org-enforce-todo-dependencies t - org-extend-today-until 0 org-fast-tag-selection-single-key 'expert org-hide-emphasis-markers t org-hide-leading-stars t @@ -42,7 +40,7 @@ (sequence "TOREAD(T)" "READING(R!)" "|" "READ(a!)") (sequence "|" "CANCELLED(x!)" "SOMEDAY(o!)" "DONE(d!)")) org-use-fast-todo-selection t - org-use-speed-commands t + org-use-speed-commands nil ;; t and then ? to see help org-gnus-prefer-web-links nil)) (require 'org) #+END_SRC @@ -245,7 +243,8 @@ (org-roam-link-use-custom-faces t) (org-roam-link-auto-replace t) (org-roam-tag-sources '(prop vanilla all-directories)) - (org-roam-file-exclude-regexp ".+/code\\|attic/.*")) + (org-roam-file-exclude-regexp ".+/code\\|attic/.*") + (org-roam-verbose nil)) :config (defvar org-roam-consult-flags |