I
Size: a a a
I
I
Е
(use-package visual-line-mode
:bind ("C-e" . org-end-of-line))
I
org-end-of-line
во всех мажорных модах где включен visual-line-mode, не так ли?Е
I
I
I
:bind (:map org-mode-map
("C-e" . org-end-of-line))
I
I
I
org-end-of-line
в своем коде проверяет включен ли visual-line-mode и работает соответственноЕ
I
(use-package org
:bind* (:map org-mode-map
("C-e" . org-end-of-line)
("C-a" . org-beginning-of-line)
("C-k" . org-kill-line))
I
I
SD
Δ
SD
Δ
SD