diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el index 9ab8db48..ddb388e8 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -6,8 +6,8 @@ initial-scratch-message "" initial-major-mode 'text-mode user-mail-address "alan@alanpearce.co.uk" - user-full-name "Alan Pearce") -(setq custom-file "~/.emacs.d/custom.el") + user-full-name "Alan Pearce" + custom-file "~/.emacs.d/custom.el") ;;;; Environment & Location |