blob: 4103b568b45fc1e9c145a90e93198ada6a3e8535 (
plain)
1
2
3
4
5
6
7
8
|
;; -*- no-byte-compile: t -*-
;; In load-path, after this directory should come
;; certain of its subdirectories. Here we specify them.
(normal-top-level-add-to-load-path '("char-name" ))
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; End:
|