From: Ian Jackson Date: Fri, 10 Jun 2016 16:49:06 +0000 (+0100) Subject: dot/emacs: Look in ~/emacs rather than hardcoding a username X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=ian-dotfiles.git;a=commitdiff_plain;h=31629c86f30a4869c0f1e1d9380676b893fa9a5e;hp=e1654575ecda94c0eb7a40cb8de37f3b9c97e2c5;ds=sidebyside dot/emacs: Look in ~/emacs rather than hardcoding a username --- 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)