Skip to content

Commit

Permalink
Adding idomenu and binding is to a keystroke.
Browse files Browse the repository at this point in the history
  • Loading branch information
JEG2 committed Aug 19, 2012
1 parent 1d6d023 commit 00b0da4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions emacs.d/packages.el
Expand Up @@ -11,8 +11,8 @@
;; install required packages
(setq jeg2s-required-packages
(list 'color-theme-sanityinc-tomorrow 'fill-column-indicator 'full-ack 'gh
'inf-ruby 'magit 'markdown-mode 'rainbow-mode 'ruby-compilation 'rvm
'yasnippet))
'idomenu 'inf-ruby 'magit 'markdown-mode 'rainbow-mode
'ruby-compilation 'rvm 'yasnippet))

(dolist (package jeg2s-required-packages)
(when (not (package-installed-p package))
Expand Down Expand Up @@ -48,6 +48,9 @@
(jeg2s-toggle-wrap)))
(global-set-key (kbd "C-c v w") 'jeg2s-toggle-wrap)

;; add a keystroke for idomenu
(global-set-key (kbd "C-c s") 'idomenu)

;; add a keystroke for inf-ruby
(global-set-key (kbd "C-c o r") 'inf-ruby)

Expand Down

0 comments on commit 00b0da4

Please sign in to comment.