emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug: Org line commands and visual-line mode bindings [9.3.7 (9.3.7-1


From: Bastien
Subject: Re: Bug: Org line commands and visual-line mode bindings [9.3.7 (9.3.7-15-gc9abb4-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200727/)]
Date: Fri, 04 Sep 2020 17:20:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Marco,

Marco Wahl <marcowahlsoft@gmail.com> writes:

> (add-hook 'visual-line-mode-hook
>           (lambda () (when (derived-mode-p 'org-mode)
>                        (local-set-key (kbd "C-a") #'org-beginning-of-line)
>                        (local-set-key (kbd "C-e") #'org-end-of-line)
>                        (local-set-key (kbd "C-k") #'org-kill-line))))

Nice -- I've added this to https://orgmode.org/worg/org-hacks.html

Thanks,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]