File: README

package info (click to toggle)
tzc 2.6.16.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 508 kB
  • sloc: lisp: 5,281; ansic: 2,422; makefile: 21
file content (24 lines) | stat: -rw-r--r-- 868 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Included here are a few different versions of the emacs zephyr setup.

The version of choice is 'lounge-zephyr-setup.el,' so that is the what
these instructions will help you run.

To run xemacs in zephyr mode, there are 3 steps:

1) add the following to you ~/.xemacs/init.el:

(setq load-path (append (list                                                   
                         "/usr/share/tzc")                                      
                         load-path))                                            
                                                                                
(load "lounge-zephyr-setup.el")


2) copy /usr/share/tzc/zephyr-options.el to ~/.zephyr-options.el


3) edit ~/.zephyr-options.el and fill in your personal info


Then invoke xemacs as 'xemacs -f zephyr-dual' or run 
'M-x zephyr-dual' after you're already in emacs.