Changes between Version 8 and Version 9 of Standard Productivity Software


Ignore:
Timestamp:
04/07/06 13:18:30 (20 years ago)
Author:
cdelarcuz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Standard Productivity Software

    v8 v9  
    6565so that coloured text can be used to highlight different sections of text,
    6666add the following lines to this file:
    67 
     67{{{
    6868(setq font-lock-face-attributes
    6969      '((font-lock-comment-face "SeaGreen" nil nil t nil nil)
     
    8080(setq info-mode-hook 'turn-on-font-lock)
    8181(setq dired-mode-hook 'turn-on-font-lock)
    82 
     82}}}
    8383For IDL scripts (.pro files) you can similar obtain coloured text and recognise IDL syntax by adding the lines:
    84 
     84{{{
    8585(autoload 'idlwave-mode "idlwave" "IDLWAVE Mode" t)
    8686(autoload 'idlwave-shell "idlw-shell" "IDLWAVE Shell" t)
     
    8989(setq idlwave-help-directory "/usr/local/etc")
    9090(add-hook 'idlwave-mode-hook 'turn-on-font-lock)
    91 
    92 
     91}}}
    9392 
    9493=== vi vi(m) ===