about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-minibuffer.el
Commit message (Expand)AuthorAgeFilesLines
...
* Add functions for formatting text in org modeDavid Morgan2022-04-281-1/+1
* consult-project-root-function -> consult-project-functionDavid Morgan2022-02-281-1/+1
* consult--source-project-file -> consult--source-project-recent-fileDavid Morgan2022-02-281-1/+1
* Update for consult changesDavid Morgan2021-12-221-5/+5
* Remove code to manually fetch vertico extensionsDavid Morgan2021-12-221-4/+2
* Ensure vertico directory commands are loadedDavid Morgan2021-10-121-14/+14
* Add persp-current-project-rootDavid Morgan2021-10-051-6/+1
* Remove darwin gfind workaroundDavid Morgan2021-10-041-3/+0
* Apply initial narrowing to consult-buffer-other-windowDavid Morgan2021-09-211-1/+2
* Fall back to perspective name for finding project rootDavid Morgan2021-09-181-2/+4
* Improve consult-project-bufferDavid Morgan2021-09-171-16/+22
* Replace obsolute function with new versionDavid Morgan2021-09-141-1/+1
* Make consult-buffer switch perspective when neededDavid Morgan2021-09-111-2/+12
* Fix warningDavid Morgan2021-09-101-2/+2
* Re-add var that was accidentally deletedDavid Morgan2021-09-091-0/+1
* Setting consult--display-buffer is not workingDavid Morgan2021-09-091-2/+2
* Re-add vertico-directory-slashDavid Morgan2021-09-091-2/+9
* Only use vertico-directory bindings when completing filesDavid Morgan2021-09-081-15/+32
* Fix consult buffer sources/narrowingDavid Morgan2021-09-071-3/+5
* Add some consult preview-related bindings (plus tidy comments)David Morgan2021-09-071-16/+18
* Fix deprecation warningsDavid Morgan2021-09-061-2/+2
* Only use fd with consult-project-bufferDavid Morgan2021-09-061-17/+14
* Re-enable M-. binding for embark-dwimDavid Morgan2021-09-041-0/+1
* Reorder consult--source vars to get recentf behaviour with perspective narrowingDavid Morgan2021-09-031-14/+15
* Prevent error if there's no project openDavid Morgan2021-09-021-9/+9
* Switch from projectile to project.elDavid Morgan2021-09-011-9/+66
* Remove unnecessary marginalia configDavid Morgan2021-09-011-7/+2
* Remove second embark-dwim binding for nowDavid Morgan2021-09-011-2/+0
* Remove most key-chordsDavid Morgan2021-09-011-2/+0
* Add embark preview to minibufferDavid Morgan2021-09-011-2/+11
* Cleanup marginalia configDavid Morgan2021-09-011-8/+2
* Add consult-fd and fix bindingDavid Morgan2021-09-011-3/+27
* Split out minibuffer configDavid Morgan2021-08-281-0/+317