about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-minibuffer.el
Commit message (Collapse)AuthorAgeFilesLines
* Try out straightDavid Morgan2022-10-101-4/+4
|
* Bikeshed vertico configDavid Morgan2022-10-061-2/+2
|
* Add some commands to embark keymapsDavid Morgan2022-10-051-1/+8
|
* Fix function nameDavid Morgan2022-10-051-1/+1
|
* Add consult-ripgrep-parentDavid Morgan2022-09-161-0/+4
|
* Make crux-recentf-find-file work with marginaliaDavid Morgan2022-07-271-1/+3
|
* consult-project-extra-find default narrowingDavid Morgan2022-07-271-1/+2
|
* Fix vertico-directory functionsDavid Morgan2022-07-191-2/+2
|
* Add minibuffer-force-complete-and-exit binding to vertico-mapDavid Morgan2022-06-101-1/+2
|
* Add crm indicator and hide commands in M-xDavid Morgan2022-06-101-1/+17
|
* consult-completing-read-multiple has been removedDavid Morgan2022-06-071-3/+0
|
* Remove consult--with-orderless/consult--orderless-regexp-compilerDavid Morgan2022-05-311-13/+1
|
* Fix consult--orderless-regexp-compilerDavid Morgan2022-05-311-1/+1
|
* Add function to quit minibuffer from outsideDavid Morgan2022-05-311-1/+7
|
* Try out consult-project-extraDavid Morgan2022-05-171-0/+1
|
* Add consult-ls-gitDavid Morgan2022-05-171-1/+2
|
* Fix consult-fdDavid Morgan2022-05-171-1/+1
|
* Add consult-ripgrep-case-sensitive and add/improve bindingsDavid Morgan2022-05-171-1/+8
|
* Fix eldoc length warningDavid Morgan2022-05-171-1/+1
|
* 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
| | | | | Because they're built in now (Also sneak in an extra package upgrade fix)
* 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
|