Changes between Version 1 and Version 2 of Dot_Emacs_File
- Timestamp:
- Apr 21, 2009, 1:36:36 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dot_Emacs_File
v1 v2 1 1 The following .emacs excerpt was mostly provided by Robert Lupton. The intent was to help coders comply with the IPP coding standards. 2 2 3 {{{ 3 4 ;; 4 5 ;; Support code for the Pan-STARRS C coding standards … … 96 97 (make-local-variable 'write-contents-hooks) 97 98 (add-hook 'write-contents-hooks 'panstarrs-mode-untabify))) 99 }}}
