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))