Skip to content

Commit

Permalink
emacs javadoc shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffclick committed Dec 12, 2013
1 parent e57ae2e commit 25778bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions emacs_init.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
;; TAGS!!!
;;rm TAGS; ctags -e --recurse=yes --extra=+q --fields=+fksaiS

;; JavaDoc help on F1
(require 'javadoc-help)
(global-set-key [(f1)] 'javadoc-lookup) ; F1 to lookup
(global-set-key [(shift f1)] 'javadoc-help) ; Shift-F1 to bring up menu

;; JDEE. For me: mostly the debugger
(add-to-list 'load-path (expand-file-name "~/Desktop/Dropbox/Programs/Emacs/jdee-2.4.0.1/lisp"))

Expand Down

0 comments on commit 25778bf

Please sign in to comment.