Skip to content

Commit

Permalink
Add *.html ffip keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed May 13, 2013
1 parent 69d3781 commit 5738dfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions key-bindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
(global-unset-key (kbd "C-x C-o")) ;; which used to be delete-blank-lines (also bound to C-c C-<return>)
(global-set-key (kbd "C-x C-o ja") (ffip-create-pattern-file-finder "*.java"))
(global-set-key (kbd "C-x C-o js") (ffip-create-pattern-file-finder "*.js"))
(global-set-key (kbd "C-x C-o ht") (ffip-create-pattern-file-finder "*.html"))
(global-set-key (kbd "C-x C-o jp") (ffip-create-pattern-file-finder "*.jsp"))
(global-set-key (kbd "C-x C-o cs") (ffip-create-pattern-file-finder "*.css"))
(global-set-key (kbd "C-x C-o cl") (ffip-create-pattern-file-finder "*.clj"))
Expand Down

0 comments on commit 5738dfa

Please sign in to comment.