File: emacsen-startup

package info (click to toggle)
t-code 1%3A2.0beta9-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,632 kB
  • ctags: 507
  • sloc: lisp: 7,176; sh: 488; ansic: 440; perl: 270; makefile: 116
file content (13 lines) | stat: -rw-r--r-- 559 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
;; -*- emacs-lisp -*-
;; /etc/emacs/site-start.d/50t-code.el
;;
;; Copyright (c) 1998-2000 UEYAMA Rui <rui@linux.or.jp>
;; I release this program into public domain.

(setq load-path (nconc load-path (list (concat "/usr/share/"
                                               (symbol-name flavor)
                                               "/site-lisp/t-code")))
      tcode-data-directory "/usr/lib/t-code/")
(require 'tc-setup)
(and (equal tcode-data-directory "/usr/lib/t-code/")
     (setq eelll-configuration-file-name (expand-file-name "~/.eelll")))