Implement move-to-beginning/end-of line for Org-mode

This commit is contained in:
2016-11-15 22:07:39 +01:00
parent b48f918bdd
commit 5e6aae007d
2 changed files with 10 additions and 2 deletions

View File

@@ -345,7 +345,9 @@
("c" . org-capture)
:map org-mode-map
("SPC" . org-space-key)
("C-c l" . org-toggle-link-display)))
("C-c l" . org-toggle-link-display)
("C-a" . gpolonkai/move-to-beginning-of-line)
("C-e" . gpolonkai/move-to-end-of-line)))
(use-package org-bullets
:ensure t