forked from colonelpanic/dotfiles
[Emacs] Fix consult-buffer binding
This commit is contained in:
parent
33ba0fa9ae
commit
4e9d737c87
@ -1976,7 +1976,7 @@ Neotree is useless with frame mode for now, so I've disabled it.
|
|||||||
** consult
|
** consult
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package consult
|
(use-package consult
|
||||||
:bind (("C-x C-b" . consult-buffer)))
|
:bind (("C-x b" . consult-buffer)))
|
||||||
#+end_src
|
#+end_src
|
||||||
** company
|
** company
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
@ -3857,6 +3857,7 @@ alphanumeric characters only."
|
|||||||
*** forge
|
*** forge
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package forge
|
(use-package forge
|
||||||
|
:disabled t
|
||||||
:after magit)
|
:after magit)
|
||||||
#+end_src
|
#+end_src
|
||||||
** vc
|
** vc
|
||||||
|
Loading…
Reference in New Issue
Block a user