Skip to content

Commit

Permalink
org present mode
Browse files Browse the repository at this point in the history
  • Loading branch information
maio committed Feb 8, 2015
1 parent 85198c6 commit 4d1169b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion emacs/emacs.d/init.el
Expand Up @@ -37,13 +37,13 @@
rpm-spec-mode
ag
puppet-mode
nimrod-mode
groovy-mode
dired-details
flycheck
diminish
bookmark+
smartparens
org-present
iedit
rainbow-mode
fullframe
Expand Down
5 changes: 3 additions & 2 deletions emacs/emacs.d/lisp/maio-org.el
Expand Up @@ -10,6 +10,7 @@

(with-eval-after-load 'org
(require 'org-indent)
(require 'org-present)

(org-babel-do-load-languages
'org-babel-load-languages
Expand All @@ -34,7 +35,7 @@
;; http://orgmode.org/manual/Handling-links.html
(global-set-key (kbd "C-c l") 'org-store-link)

(evil-define-key 'normal org-mode-map "[[" 'outline-previous-visible-heading)
(evil-define-key 'normal org-mode-map "]]" 'outline-next-visible-heading)
(evil-define-key 'normal org-mode-map "]]" 'org-present-next)
(evil-define-key 'normal org-mode-map "[[" 'org-present-prev)

(provide 'maio-org)

0 comments on commit 4d1169b

Please sign in to comment.