chiark / gitweb /
dot/emacs: Look in ~/emacs rather than hardcoding a username
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 10 Jun 2016 16:49:06 +0000 (17:49 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 10 Jun 2016 17:04:23 +0000 (18:04 +0100)
dot/emacs

index 6bc26a42fc1988a9300d2d1e8a805946800389bb..4c2a31718f7bbf97f35e5857db502923ccab384b 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
@@ -14,8 +14,7 @@
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
  )
  ;; 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)
 (load-library "ian")
 (menu-bar-mode -1)
 (put 'dired-find-alternate-file 'disabled nil)