aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs2
-rw-r--r--emacsen/Makefile4
2 files changed, 4 insertions, 2 deletions
diff --git a/.emacs b/.emacs
index e9b5c8d..32faee3 100644
--- a/.emacs
+++ b/.emacs
@@ -1,13 +1,13 @@
(add-to-list 'load-path "~/.emacs.d")
(add-to-list 'load-path "~/.emacs.d/auto-indent-mode")
(add-to-list 'load-path "~/.emacs.d/auto-complete")
+(add-to-list 'load-path "~/.emacs.d/bbdb")
(add-to-list 'load-path "~/.emacs.d/dictem")
(add-to-list 'load-path "~/.emacs.d/haskell-mode")
(add-to-list 'load-path "~/.emacs.d/popup")
(add-to-list 'load-path "~/.emacs.d/magit")
(add-to-list 'load-path "~/.emacs.d/markdown-mode")
(add-to-list 'load-path "~/.emacs.d/proofgeneral/")
-(add-to-list 'load-path "~/.emacs.d/share/emacs/site-lisp/bbdb")
(add-to-list 'load-path "~/.emacs.d/share/emacs/site-lisp/vm")
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
diff --git a/emacsen/Makefile b/emacsen/Makefile
index be8a50f..ae57ff4 100644
--- a/emacsen/Makefile
+++ b/emacsen/Makefile
@@ -54,7 +54,9 @@ make-auto-complete:
touch $@
make-bbdb: make-vm
- cd $(@:make-%=%) && autoconf && ./configure --prefix=$(EMACSD) --without-tex-dir --with-vm-dir=$(EMACSEN)/vm/lisp
+ cd $(@:make-%=%) && autoconf && ./configure --prefix=$(EMACSD) --without-tex-dir \
+ --with-vm-dir=$(EMACSEN)/vm/lisp \
+ --with-lispdir=$(EMACSD)bbdb
$(MAKE) -C $(@:make-%=%)
touch $@