Adding more intelligent tabing to Emacs.
;;;; Compilation mode customizations
(hook-mode compilation-mode-hook
next-error-follow-minor-mode)
(hook-mode occur-mode-hook
next-error-follow-minor-mode)
(defun road-runner (&rest args)
"BEEP! BEEP!"
(dotimes (i 2)
(beep) (sleep-for 0.2)))
(add-hook 'compilation-finish-functions 'road-runner)
|
Written by Jared Finder Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |