style: Fix indentation and remove trailing whitespace

- Fix inconsistent indentation in init-base.el async block
- Remove trailing blank lines in init-base.el
- Move sly note navigation from M-{/} to C-p/C-n in sly-prefix-map
- Add M-p binding for 'sly-pprint-eval-last-expression'
- Remove C-s/C-r consult-line bindings from dired/dirvish maps
This commit is contained in:
2026-06-23 09:50:53 +08:00
parent 818b32499a
commit f72de2eede
3 changed files with 17 additions and 16 deletions

View File

@@ -126,7 +126,7 @@
'((magit-project-status "Magit" ?v)
(eat-project "Eat" ?E)
(project-query-replace-regexp "Query Replace" ?R)
(consult-ripgrep-project "Ripgrep" ?r))))))
(consult-ripgrep "Ripgrep" ?r))))))
(use-package ibuffer-projectile)