Skip to content

Commit

Permalink
Add a keybing
Browse files Browse the repository at this point in the history
  • Loading branch information
takaxp committed Dec 19, 2011
1 parent 1ab152f commit a4bc8a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions org-tree-slide.el
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
(defvar org-tree-slide-mode-map
(let ((map (make-sparse-keymap)))
(define-key map (kbd "C-x s c") 'org-tree-slide-content)
(define-key map (kbd "C-x s r") 'org-tree-slide-resume)
(define-key map (kbd "<left>") 'org-tree-slide-move-previous-tree)
(define-key map (kbd "<right>") 'org-tree-slide-move-next-tree)
map)
Expand Down

0 comments on commit a4bc8a6

Please sign in to comment.