From 31629c86f30a4869c0f1e1d9380676b893fa9a5e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 10 Jun 2016 17:49:06 +0100 Subject: [PATCH 1/1] dot/emacs: Look in ~/emacs rather than hardcoding a username --- dot/emacs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dot/emacs b/dot/emacs index 6bc26a4..4c2a317 100644 --- 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. ) - -(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) -- 2.30.2