refactor(tazjin/emacs): Always use completing-read instead of ivy
This is a step towards making the completing-read framework more easily interchangeable (I'm eyeing selectrum). Change-Id: I7a066e212a5384136defbba8f11ef9ed57abf22e Reviewed-on: https://cl.tvl.fyi/c/depot/+/2240 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
parent
93f0ab5af8
commit
2485006197
5 changed files with 36 additions and 40 deletions
|
|
@ -15,7 +15,7 @@
|
|||
;; Start eshell or switch to it if it's active.
|
||||
(global-set-key (kbd "C-x m") 'eshell)
|
||||
|
||||
(global-set-key (kbd "C-x C-p") 'ivy-browse-repositories)
|
||||
(global-set-key (kbd "C-x C-p") 'browse-repositories)
|
||||
(global-set-key (kbd "M-g M-g") 'goto-line-with-feedback)
|
||||
|
||||
;; Miscellaneous editing commands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue