mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
13 lines
401 B
Plaintext
13 lines
401 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2003/01/22 22:41:23 kristerw Exp $
|
|
|
|
--- emacs/twelf-init.el.orig Fri Oct 20 20:10:45 2000
|
|
+++ emacs/twelf-init.el
|
|
@@ -1,5 +1,7 @@
|
|
;;; Begin Twelf mode setup
|
|
|
|
+(setq twelf-root "@TWELF_LIBDIR@/")
|
|
+
|
|
;; Extend emacs load path, if necessary
|
|
(cond ((not (member (concat twelf-root "emacs") load-path))
|
|
(setq load-path (cons (concat twelf-root "emacs") load-path))))
|