[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] make cursor visible in calendar [9.6.7 ( @ /Users/eugenekim/.e
From: |
Ihor Radchenko |
Subject: |
Re: [BUG] make cursor visible in calendar [9.6.7 ( @ /Users/eugenekim/.emacs.d/elpa/org-9.6.7/)] |
Date: |
Mon, 14 Aug 2023 08:39:03 +0000 |
eugene kim <p.compassion@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>