[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: function org-mark-ring-goto lost it's bound key.
From: |
Noam Postavsky |
Subject: |
Re: function org-mark-ring-goto lost it's bound key. |
Date: |
Sat, 11 May 2019 18:42:09 -0400 |
On Sat, 11 May 2019 at 18:31, aprekates <aprekates@posteo.net> wrote:
> in org mode checking with C-h f org-mark-ring-goto has no bound key.
>
> If from init.el i remove the line:
> (yas-global-mode 1)
>
> then checking again the C-c & bound key is back!
>
> How can yas mess with that?
yasnippet makes some key bindings using C-c & as a prefix (e.g., C-c &
C-n to make a new snippet). Actually, I'm thinking about removing
these bindings from yasnippet, they're too awkward to use anyway
(e.g., I find M-x yas-new-snippet easier to type (thanks to
completion) than C-c & C-n).