chiark / gitweb /
emacs: Make completion find .git/ too
[ian-dotfiles.git] / dot / emacs
index 6bc26a42fc1988a9300d2d1e8a805946800389bb..c629a791901d57d117439232a213682ef3c07f8a 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
  )
-
-(setq load-path (append '("~ian/emacs") load-path))
+(setq load-path (append '("~/emacs") load-path))
 (load-library "ian")
 (menu-bar-mode -1)
 (put 'dired-find-alternate-file 'disabled nil)
+(let ((ian-local (locate-library "ian-local")))
+  (if ian-local
+        (load-library ian-local)))