trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>I am a new user to doom emacs . I was trying to global set the key C-f to +vertico/consult-fd and C-b to consult-buffer but the keys kept the same function even after the command </p> <p>(global-unset-key (kbd &quot;C-f&quot; ))</p> <p>(global-unset-key (kbd &quot;C-b&quot; ))</p> <p>(define-prefix-command &#39;fuzzy-fd)</p> <p>(global-set-key (kbd &quot;C-f&quot;) fuzzy-fd)</p> <p>(define-prefix-command &#39;buffer-consult)</p> <p>(global-set-key (kbd &quot;C-b&quot;) buffer-consult)</p> <p>(global-set-key (kbd &quot;C-f&quot;) &#39;+vertico/consult-fd)</p> <p>(global-set-key (kbd &quot;C-b&quot;) &#39;consult-buffer )</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/aadi58002"> /u/aadi58002 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/qxg5pe/unable_to_unset_the_cb_evilscrollpageup_and_cf/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/qxg5pe/unable_to_unset_the_cb_evilscrollpageup_and_cf/">[comments]</a></span>