Emacs Org-Mode: org-iswitchb -> org-switchb

This commit is contained in:
Marcel Kapfer 2019-02-12 11:57:57 +01:00
parent 27011ccfae
commit e123ebc8ab
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

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