Changes between Version 8 and Version 9 of Standard Productivity Software
- Timestamp:
- 04/07/06 13:18:30 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Standard Productivity Software
v8 v9 65 65 so that coloured text can be used to highlight different sections of text, 66 66 add the following lines to this file: 67 67 {{{ 68 68 (setq font-lock-face-attributes 69 69 '((font-lock-comment-face "SeaGreen" nil nil t nil nil) … … 80 80 (setq info-mode-hook 'turn-on-font-lock) 81 81 (setq dired-mode-hook 'turn-on-font-lock) 82 82 }}} 83 83 For IDL scripts (.pro files) you can similar obtain coloured text and recognise IDL syntax by adding the lines: 84 84 {{{ 85 85 (autoload 'idlwave-mode "idlwave" "IDLWAVE Mode" t) 86 86 (autoload 'idlwave-shell "idlw-shell" "IDLWAVE Shell" t) … … 89 89 (setq idlwave-help-directory "/usr/local/etc") 90 90 (add-hook 'idlwave-mode-hook 'turn-on-font-lock) 91 92 91 }}} 93 92 94 93 === vi vi(m) ===
