diff options
| author | Ryan Kavanagh <rak@rak.ac> | 2022-04-23 17:30:49 -0400 |
|---|---|---|
| committer | Ryan Kavanagh <rak@rak.ac> | 2022-04-23 17:30:49 -0400 |
| commit | 617ebe0f4802e38abe99fcc75a4513203649fe3b (patch) | |
| tree | db4bb1e04eac0973cec7f509a191c013f9270002 /dot_emacs | |
| parent | Add company-org-block to emacs (diff) | |
<tab> should always map to org-cycle in org-mode
company-mode was rebinding it for completion. Don't do this
Diffstat (limited to '')
| -rw-r--r-- | dot_emacs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -484,6 +484,8 @@ Otherwise split the current paragraph into one sentence per line." :mode ("\\.m\'" . octave-mode)) (use-package org + :bind (:map org-mode-map + ("<tab>" . org-cycle)) :hook (org-mode . visual-line-mode) :custom |
