Re: [BUG] S- Overridden by windmove.el [9.5.2 (release_9.5.2-3-geb9f34 @ /usr/local/share/emacs/28.0.91/lisp/org/)]

2022-10-20 Thread Ihor Radchenko
Yingnan Cui writes: > What if I want to use windmove outside of org-mode? How do you enable windmove? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at

Re: [BUG] S- Overridden by windmove.el [9.5.2 (release_9.5.2-3-geb9f34 @ /usr/local/share/emacs/28.0.91/lisp/org/)]

2022-10-20 Thread Yingnan Cui
What if I want to use windmove outside of org-mode? Yingnan On Wed, Oct 19, 2022 at 11:38 PM Ihor Radchenko wrote: > Yingnan Cui writes: > > > It seems that org-mode's S- is overriden by windmove.el even > > though I'm adding the following configurations according to the org > > manual: > > ``

Re: [BUG] S- Overridden by windmove.el [9.5.2 (release_9.5.2-3-geb9f34 @ /usr/local/share/emacs/28.0.91/lisp/org/)]

2022-10-19 Thread Ihor Radchenko
Yingnan Cui writes: > It seems that org-mode's S- is overriden by windmove.el even > though I'm adding the following configurations according to the org > manual: > ```emacs-lisp > ;; Make windmove work in Org mode: > (add-hook 'org-shiftup-final-hook 'windmove-up) > (add-hook 'org-shiftleft-fina

[BUG] S- Overridden by windmove.el [9.5.2 (release_9.5.2-3-geb9f34 @ /usr/local/share/emacs/28.0.91/lisp/org/)]

2022-02-14 Thread Yingnan Cui
Hi all, It seems that org-mode's S- is overriden by windmove.el even though I'm adding the following configurations according to the org manual: ```emacs-lisp ;; Make windmove work in Org mode: (add-hook 'org-shiftup-final-hook 'windmove-up) (add-hook 'org-shiftleft-final-hook 'windmove-left) (add