summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-24Use "Protesilaos" instead of "Protesilaos Stavrou"externals/consult-denoteProtesilaos
2026-04-23Fix the name of a variable in the READMEProtesilaos
2026-04-23Merge pull request #24 from fintelkai/fix/multi-dir-file-promptProtesilaos
2026-04-22Fix file-prompt returning relative path in multi-directory setupKai von Fintel
2026-01-22Remove the long-obsolete "-extras" from the codeProtesilaos Stavrou
2026-01-11Prevent consult-denote-outline-prompt from moving the pointProtesilaos Stavrou
2026-01-11Update copyright yearsProtesilaos Stavrou
2026-01-10Update the manual's acknowledgements in light of commit d4dd7a3Protesilaos Stavrou
2026-01-10Fix the calling convention of denote-get-file-name-relative-to-denote-directoryProtesilaos Stavrou
2026-01-09Update denote-directories-get-common-root to not get an argument, per latest ...Protesilaos Stavrou
2025-12-22Ensure denote-directories is not computed twiceProtesilaos Stavrou
2025-12-15Rewrite consult-denote-sequence-file-prompt to be like its latest denote-sequ...Protesilaos Stavrou
2025-12-15Like in denote.gi,t avoid calling the denote-directories twice when single-di...Protesilaos Stavrou
2025-12-15Merge pull request #20 from alkahan/fix-variable-void-denote-silo-extras-dire...Protesilaos Stavrou
2025-12-15fix: Symbol’s value as variable is void: denote-silo-extras-directory-historyIT Ascalium
2025-12-15Use the updated style of completion metadata for file promptsProtesilaos Stavrou
2025-12-14Add group-function and display-sort-function to file prompts like how I do in...Protesilaos Stavrou
2025-12-14Use new denote-get-completion-table per denote.git commit 4fe3cf1Protesilaos Stavrou
2025-12-01Fix all the warnings about obsolete/unknown symbolsProtesilaos Stavrou
2025-11-18Make prompt text of consult-denote-file-prompt be consistent with denote-file...Protesilaos Stavrou
2025-10-31Bump version number to trigger GNU ELPA package rebuildProtesilaos Stavrou
2025-10-30Acknowledge johkneisl for reporting the issue related to commit fe84dadProtesilaos Stavrou
2025-10-30Make all prompts work with 'denote-directories' instead of just one directoryProtesilaos Stavrou
2025-10-30Make sure consult-denote-select-linked-file-prompt accepts optional prompt-textProtesilaos Stavrou
2025-10-30Make sure denote-find-backlinks and related are all supportedProtesilaos Stavrou
2025-10-17Update to consult-denote version 0.4.0Protesilaos Stavrou
2025-10-14Acknowledge Gianluca Della Vedova for commit 18d5adeProtesilaos Stavrou
2025-10-14Merge pull request #18 from gdv/patch-1Protesilaos Stavrou
2025-10-11Sort results in consult-denote-findGianluca Della Vedova
2025-08-05Do not evaluate the 'denote-directory' twice in the file promptProtesilaos Stavrou
2025-08-05Make consult-denote-file-prompt accent new optional argumentProtesilaos Stavrou
2025-06-06Make consult-denote-grep and consult-denote-find work with list value of deno...Protesilaos Stavrou
2025-05-01Define Consult-powered counterpart of denote-sequence-file-promptProtesilaos Stavrou
2025-04-29Use expand-file-name instead of concat in consult-denote-file-promptProtesilaos Stavrou
2025-04-19Update dependency versions of consult and denoteProtesilaos Stavrou
2025-04-15Update to consult-denote 0.3.0Protesilaos Stavrou
2025-03-25Update copyright yearsProtesilaos Stavrou
2025-03-22Expand the consult-denote defgroupProtesilaos Stavrou
2025-03-22Rewrite the sample configuration of consult-denote with use-packageProtesilaos Stavrou
2025-01-21Make consult-denote-file-prompt read denote-file-prompt-use-files-matching-re...Protesilaos Stavrou
2025-01-06Bump version number to trigger GNU ELPA package rebuildProtesilaos Stavrou
2025-01-06Revert to using nil initial value for consult-denote-silo-sourceProtesilaos Stavrou
2025-01-06Remove code that was never meant for productionProtesilaos Stavrou
2025-01-05Bump version number to trigger GNU ELPA package rebuildProtesilaos Stavrou
2025-01-05Simplify how consult sources with ':items' are handledProtesilaos Stavrou
2025-01-05Acknowledge Joost Kremers and Jeff Valk in light of commit 5cf576eProtesilaos Stavrou
2025-01-05Only add consult multi sources that are non-nilProtesilaos Stavrou
2024-11-04Bump version to trigger GNU ELPA package rebuildProtesilaos Stavrou
2024-11-04Remove faulty duplicate of consult-denote-select-linked-file-promptProtesilaos Stavrou
2024-10-25Use if-let* and friends because the others are deprecated in Emacs 31Protesilaos Stavrou