summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-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