From 617ebe0f4802e38abe99fcc75a4513203649fe3b Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sat, 23 Apr 2022 17:30:49 -0400 Subject: should always map to org-cycle in org-mode company-mode was rebinding it for completion. Don't do this --- dot_emacs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_emacs b/dot_emacs index 15d2e08..4285bec 100644 --- a/dot_emacs +++ b/dot_emacs @@ -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 + ("" . org-cycle)) :hook (org-mode . visual-line-mode) :custom -- cgit v1.2.3