/[anubis]/anubis/README
ViewVC logotype

Diff of /anubis/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by polak, Sat Jun 7 09:30:38 2003 UTC revision 1.5 by gray, Tue Aug 5 15:09:54 2003 UTC
# Line 89  Line 89 
89   such a server. If not, try `pidentd', available at:   such a server. If not, try `pidentd', available at:
90   ftp://ftp.lysator.liu.se/pub/ident/servers/   ftp://ftp.lysator.liu.se/pub/ident/servers/
91    
92     Editing Configuration Files with GNU Emacs
93     ==========================================
94    
95     The file elisp/anubis-mode.el provides the Emacs major mode for
96     editing Anubis configuration files.
97    
98     After `make install' Emacs should be able to use anubis-mode
99     when editing appropriate configuration files. You will
100     have to add the following to your .emacs or site-start file:
101    
102     (autoload 'anubis-mode "Anubis-Config")
103     (setq auto-mode-alist (append auto-mode-alist
104                                    '(("/.anubisrc$" . anubis-mode)
105                                      ("/anubisrc$" . anubis-mode))))
106    
107     You may also wish to modify the following variables:
108    
109     * anubis-section-body-indent
110    
111     Sets the indentation level for a section body. Defaults to 0.
112    
113     * anubis-level-indent
114    
115     Sets amount of indentation per block nesting level. Defaults to 2.
116    
117   EOF   EOF
118    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26