From ba331172c7be5d8c192633c0ef61b06ba63d14a5 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 6 Apr 2019 07:44:11 +0200 Subject: [PATCH] =?UTF-8?q?Emacs=20Org-Mode:=20org-iswitchb=20=E2=86=92=20?= =?UTF-8?q?org-switchb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emacs/emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 7538f18..21d2e90 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -519,7 +519,7 @@ :bind (("C-c l" . org-store-link) ("C-c c" . org-capture) - ("C-c o" . org-iswitchb) + ("C-c o" . org-switchb) ("C-c a" . org-agenda)) :hook (org-mode-hook . flyspell-mode))