IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of Dot_Emacs_File


Ignore:
Timestamp:
Apr 21, 2009, 1:36:36 AM (17 years ago)
Author:
Sebastian Jester
Comment:

reformat for trac

Legend:

Unmodified
Added
Removed
Modified
  • Dot_Emacs_File

    v1 v2  
    11The following .emacs excerpt was mostly provided by Robert Lupton.  The intent was to help coders comply with the IPP coding standards.
    22
     3{{{
    34 ;;
    45 ;; Support code for the Pan-STARRS C coding standards
     
    9697             (make-local-variable 'write-contents-hooks)
    9798             (add-hook 'write-contents-hooks 'panstarrs-mode-untabify)))
     99}}}