Skip to content

Instantly share code, notes, and snippets.

@ivv-private
Created October 29, 2012 13:07
Show Gist options
  • Save ivv-private/3973439 to your computer and use it in GitHub Desktop.
Save ivv-private/3973439 to your computer and use it in GitHub Desktop.
blog-jdb-sourcepath
(require 'jdb-sourcepath)
(add-hook
'jdb-mode-hook
(lambda ()
(set 'gud-jdb-sourcepath (jdb-sourcepath-from-rc))))
(run-at-time "1:00am" (* 60 60 24) 'jdb-setup)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment