doomemacs/modules/config/default/autoload
Henrik Lissner f0ba6c99b2 fix(default): search symbol at point from project root
...Rather than current directory.

While +default/search-project-for-symbol-at-point should operate out of
the current project's root, +default/search-notes-for-symbol-at-point
must operate out of org-directory, and no where else, even if
org-directory is not a valid project. 411ed0c8f8 was written to fix
that, but it indirectly broke
'+default/search-project-for-symbol-at-point' (causing it to always
resolve to the current directory, rather than the current project's
root).

Amend: 411ed0c8f8
Fix: #5831
2021-11-25 17:05:42 +01:00
..
default.el feat(default): add +default/diagnostics 2021-09-15 01:02:46 +03:00
deferred.el Modifying wrong variable judgment logic 2020-08-28 15:57:58 +08:00
files.el fix: +default/discover-projects not reading depth 2021-11-18 19:15:56 +01:00
search.el fix(default): search symbol at point from project root 2021-11-25 17:05:42 +01:00
text.el feat(default): may include project name for SPC f Y 2021-09-15 19:01:46 +02:00