eugene kim <p.compass...@gmail.com> writes:

> I found the offending line (windmove-default-keybindings)
> From below configuration, if I move the (windmove-default-keybindings)
> line, it works fine.
> Thank you for the support
>
> -----------------
> (windmove-default-keybindings)
>
>
> (use-package org
>   :ensure t
>   :init
>   (progn
>     (add-hook 'org-shiftup-final-hook 'windmove-up)
>     (add-hook 'org-shiftleft-final-hook 'windmove-left)
>     (add-hook 'org-shiftdown-final-hook 'windmove-down)
>     (add-hook 'org-shiftright-final-hook 'windmove-right)
>
>     )
>   )
> ------------

Closing.
Handled.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to