summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-11-06 06:07:31 +0200
committerThanos Apollo <[email protected]>2024-11-06 06:07:31 +0200
commit6de7a247e8dfe6e3f2c652fb198ab0db5fb4b710 (patch)
tree4fbbe9223db1bb904b57d07fb3d516c8c94d897b /.config/emacs/init.el
parentedceed55921ea27abcd2986b89b818ab43439bf7 (diff)
emacs: org: Update keybindings
* Add org-table-hline-and-move
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index ddb2281..c13858b 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -174,7 +174,8 @@
("\\paragraph{%s}" . "\\paragraph*{%s}")))
:hook ((org-mode . (lambda () (display-line-numbers-mode -1) (flyspell-mode))))
:bind (:map org-mode-map (("C-c l" . org-store-link)
- ("C-c M-t" . org-todo))))
+ ("C-c M-t" . org-todo)
+ ("C-c RET" . org-table-hline-and-move))))
;; Export