diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-19 11:07:12 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-19 11:07:12 +0100 |
| commit | bc791b216392a2c70721d6a33817b720884e4e31 (patch) | |
| tree | 21f3a4d1b8cf3f8f369f6011d0a6d6e92ec1613c /.config/emacs/init.el | |
| parent | 0e666583bcddf5973a183086daac74e241195fef (diff) | |
| download | dotfiles-bc791b216392a2c70721d6a33817b720884e4e31.tar.gz dotfiles-bc791b216392a2c70721d6a33817b720884e4e31.zip | |
emacs: remove <space>-u binding
I have never really used it, so let's remove some noise.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.config/emacs/init.el')
| -rw-r--r-- | .config/emacs/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 455685c..84962f8 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -159,7 +159,6 @@ "m" 'mssola/mu4e "p" 'project-switch-project "s" 'consult-ripgrep - "u" 'xref-find-references ; TODO: in vertico buffer "SPC" 'project-find-file)) ;;; |
