Skip to content

Commit

Permalink
re-fix stupid typo in org-iswitchb command
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Schulze authored and Martin Schulze committed Oct 3, 2017
1 parent be8382e commit e74f34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.d/i-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:bind (("C-c l" . org-store-link)
("C-c c" . org-capture)
("C-c a" . org-agenda)
("C-c b" . orb-ido-switchb))
("C-c b" . org-iswitchb))
:config
(setq org-directory (concat dropbox-directory "org/"))
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
Expand Down

0 comments on commit e74f34e

Please sign in to comment.