Browse Source

Use RET in normal mode to open org links

nixos
Maxime Wack 4 years ago
parent
commit
80447536d1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .emacs

+ 1
- 0
.emacs View File

@@ -1486,6 +1486,7 @@
;; Normal keybindings
(:keymaps 'org-mode-map
:states 'normal
"RET" 'org-open-at-point
"gt" 'org-mark-ring-goto
"U" 'undo-tree-redo
"<tab>" 'org-cycle


Loading…
Cancel
Save