Emacs Org-Mode: org-iswitchb -> org-switchb
This commit is contained in:
parent
27011ccfae
commit
e123ebc8ab
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@
|
||||||
:bind
|
:bind
|
||||||
(("C-c l" . org-store-link)
|
(("C-c l" . org-store-link)
|
||||||
("C-c c" . org-capture)
|
("C-c c" . org-capture)
|
||||||
("C-c o" . org-iswitchb)
|
("C-c o" . org-switchb)
|
||||||
("C-c a" . org-agenda))
|
("C-c a" . org-agenda))
|
||||||
|
|
||||||
:hook (org-mode-hook . flyspell-mode))
|
:hook (org-mode-hook . flyspell-mode))
|
||||||
|
|
Loading…
Reference in a new issue