Skip to content

Commit

Permalink
New pictures and "f" key binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Bar Magal committed May 2, 2015
1 parent 3ff9f50 commit 3ccd15d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
Binary file added images/imenu-list-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imenu-list-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/imenu-list.png
Binary file not shown.
1 change: 1 addition & 0 deletions imenu-list.el
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ If the imenu-list buffer doesn't exist, create it."
(define-key map (kbd "p") #'previous-line)
(define-key map (kbd "<tab>") #'next-line)
(define-key map (kbd "<backtab>") #'previous-line)
(define-key map (kbd "f") #'hs-toggle-hiding)
map))

(define-derived-mode imenu-list-major-mode special-mode "Ilist"
Expand Down

0 comments on commit 3ccd15d

Please sign in to comment.