[cvs] / dot-emacs / compilation.el  

cvs: dot-emacs/compilation.el

File: [cvs] / dot-emacs / compilation.el (download)
Revision: 1.7, Sat Jan 5 01:58:43 2008 UTC (2 years, 8 months ago) by jared
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +0 -83 lines
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
(Powered by ViewCVS)

ViewCVS and CVS Help