Skip to content

Commit

Permalink
Minimap
Browse files Browse the repository at this point in the history
  • Loading branch information
nixme committed Dec 13, 2011
1 parent 3928cea commit ed6aa00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions init-keybindings.el
Expand Up @@ -86,6 +86,7 @@
(global-set-key (kbd "C-c y") 'bury-buffer)
(global-set-key (kbd "C-x C-b") 'ibuffer) ;; use ibuffer instead of buffer-list
(global-set-key (kbd "C-c t") 'sr-speedbar-toggle)
(global-set-key (kbd "C-c m") 'minimap-toggle)

;; window management
(windmove-default-keybindings) ;; shift + arrow keys to switch windows
Expand Down
6 changes: 5 additions & 1 deletion init-packages.el
Expand Up @@ -20,7 +20,10 @@
:type git :url "http://github.com/jrockway/eproject.git"
:features (eproject eproject-extras))
(:name idle-highlight-mode :type elpa)
(:name highlight-parentheses :type elpa)))
(:name highlight-parentheses :type elpa)
(:name dlacewell-minimap
:type git :url "https://github.com/dustinlacewell/emacs-minimap.git"
:features minimap)))

(setq packages
'(
Expand All @@ -38,6 +41,7 @@
linum-off
eproject
fill-column-indicator
dlacewell-minimap

;; appearance
color-theme
Expand Down

0 comments on commit ed6aa00

Please sign in to comment.