From e123ebc8abda3c20285f6c86dd3330c3fb2c73b4 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 12 Feb 2019 11:57:57 +0100 Subject: [PATCH] Emacs Org-Mode: org-iswitchb -> org-switchb --- emacs/emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 50f0aad..78d5bcd 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -512,7 +512,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))