Fix C-c b keybinding (org-switchb)
org-iswitchb no longer exists.
This commit is contained in:
parent
a09faa5f1f
commit
808a14c82b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
(add-to-list 'auto-mode-alist '("\\.org\\’" . org-mode))
|
||||
(global-set-key "\C-cl" 'org-store-link)
|
||||
(global-set-key "\C-ca" 'org-agenda)
|
||||
(global-set-key "\C-cb" 'org-iswitchb)
|
||||
(global-set-key "\C-cb" 'org-switchb)
|
||||
(setq org-log-done t)
|
||||
|
||||
(defun prelude-org-mode-defaults ()
|
||||
|
|
Loading…
Reference in a new issue