about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Re-add var that was accidentally deletedDavid Morgan2021-09-091-0/+1
|
* Use smartrep for previous/next-bufferDavid Morgan2021-09-091-1/+3
|
* Bind persp-switch-quickDavid Morgan2021-09-091-1/+2
|
* Setting consult--display-buffer is not workingDavid Morgan2021-09-091-2/+2
|
* Re-add vertico-directory-slashDavid Morgan2021-09-091-2/+9
|
* Don't let init.el be byte compiledDavid Morgan2021-09-081-1/+1
|
* Only use vertico-directory bindings when completing filesDavid Morgan2021-09-081-15/+32
|
* Prevent persp-mode from being restartedDavid Morgan2021-09-071-1/+2
|
* Replace consult function with built-in onesDavid Morgan2021-09-071-1/+1
|
* Replace deprecated functionDavid Morgan2021-09-071-1/+1
|
* 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
|
* Add some elisp-related bindingsDavid Morgan2021-09-072-2/+7
|
* Add function to switch back and forth between clojure src and test filesDavid Morgan2021-09-062-1/+23
|
* Fix deprecation warningsDavid Morgan2021-09-061-2/+2
|
* Fix recompile elisp hookDavid Morgan2021-09-061-12/+9
|
* Change hippie/dabbrev bindingsDavid Morgan2021-09-061-2/+4
|
* Fix binding clashesDavid Morgan2021-09-061-2/+2
|
* Only use fd with consult-project-bufferDavid Morgan2021-09-061-17/+14
|
* Fix magit-dispatch bindingDavid Morgan2021-09-061-1/+1
|
* Fix lsp-command-map bindingDavid Morgan2021-09-041-2/+2
|
* Add a comment about xref-prompt-for-identifierDavid Morgan2021-09-041-0/+3
|
* Don't let paredit and sp override M-? binding, and move all pardit config ↵David Morgan2021-09-043-9/+117
| | | | into one place
* Enable special org-mode versions of C-k, C-a and C-eDavid Morgan2021-09-041-1/+4
|
* Re-enable M-. binding for embark-dwimDavid Morgan2021-09-041-0/+1
|
* Turn off lsp breadcrumbs and peeking for xrefs, and tweak other lsp settingsDavid Morgan2021-09-041-8/+5
|
* Don't prompt for an identifier when calling xref-find-referencesDavid Morgan2021-09-042-107/+5
|
* Ensure perspective is enabled at startupDavid Morgan2021-09-031-1/+2
|
* 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
|
* Merge branch 'master' of github.com:deejayem/dotfilesDavid Morgan2021-09-0114-130/+180
|\
| * Merge branch 'master' of github.com:deejayem/dotfilesDavid Morgan2021-09-010-0/+0
| |\
| | * Switch from projectile to project.elDavid Morgan2021-09-014-11/+129
| | |
| * | Switch from projectile to project.elDavid Morgan2021-09-016-73/+130
| |/
| * Turn on isearch count displayDavid Morgan2021-09-011-0/+1
| |
| * Remove unnecessary marginalia configDavid Morgan2021-09-011-7/+2
| |
| * Change isearch-yank-on-move to shiftDavid Morgan2021-09-011-3/+1
| |
| * Remove second embark-dwim binding for nowDavid Morgan2021-09-011-2/+0
| |
| * Turn on lsp lens and headerline breadcrumbDavid Morgan2021-09-011-4/+5
| |
| * Remove most key-chordsDavid Morgan2021-09-018-26/+2
| |
| * 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
| |
| * Remove esh-autosuggest and try to fix xterm-color errorDavid Morgan2021-09-011-3/+1
| |
* | Make sure eshell is loaded before xterm-colorDavid Morgan2021-08-281-0/+1
|/
* Split out minibuffer configDavid Morgan2021-08-283-318/+325
|
* Move and update eshell and vterm configDavid Morgan2021-08-283-17/+45
|
* Bind C-x f to projectile-recentfDavid Morgan2021-08-281-1/+4
|
* Try magit built-in functionality instead of fullframeDavid Morgan2021-08-282-1/+2
|
* Enable revert mode for dired, etcDavid Morgan2021-08-281-0/+1
|