diff options
author | Alan Pearce | 2013-05-15 15:29:56 +0100 |
---|---|---|
committer | Alan Pearce | 2013-05-15 15:29:56 +0100 |
commit | 4e7864b913987677974880ca8d29ea370f60b58f (patch) | |
tree | 3917e3cf560e735c09e5bb8c82ed5352a31da586 /emacs | |
parent | 6b100e353fed694a0c3a23ab973bf132126bfac0 (diff) | |
download | dotfiles-4e7864b913987677974880ca8d29ea370f60b58f.tar.lz dotfiles-4e7864b913987677974880ca8d29ea370f60b58f.tar.zst dotfiles-4e7864b913987677974880ca8d29ea370f60b58f.zip |
Emacs: merge `setq` forms
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 9ab8db4..ddb388e 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 |