diff options
| author | 2025-03-06 00:35:19 -0800 | |
|---|---|---|
| committer | 2025-03-06 00:35:19 -0800 | |
| commit | 3b494e986ed61f785416ee63ad359dca97f3a589 (patch) | |
| tree | 483d577bac67a4afe58924543849fafa64d3eafc | |
| parent | c47e475dbffdd5e001036a9cc755dd2aec7f3ac6 (diff) | |
| download | emacs-config-3b494e986ed61f785416ee63ad359dca97f3a589.tar.gz emacs-config-3b494e986ed61f785416ee63ad359dca97f3a589.zip | |
oni-org: Remove reference to exocortex-novus
| -rw-r--r-- | oni-org/oni-org.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index 23790a0..f505814 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2025.0305.221848 +;; Version: 2025.0306.003512 ;; Package-Requires: (oni-yasnippet oni-hydra org org-edna diminish olivetti org-pretty-table) ;; This program is free software; you can redistribute it and/or modify @@ -169,7 +169,7 @@ located at the start of the line." (defun oni-org-open-index () "Open the index of my org-based personal wiki." (interactive) - (find-file (oni-org-expand-to-home "documents/exocortex-novus/index.org"))) + (find-file (oni-org-expand-to-home "documents/gtd/index.org"))) (defun oni-org-color-for (object) "Generate a color for OBJECT by using its hash as a parameter for an LCh color." |
