summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-05-15 15:29:56 +0100
committerAlan Pearce2013-05-15 15:29:56 +0100
commit4e7864b913987677974880ca8d29ea370f60b58f (patch)
tree3917e3cf560e735c09e5bb8c82ed5352a31da586 /emacs
parent6b100e353fed694a0c3a23ab973bf132126bfac0 (diff)
downloaddotfiles-4e7864b913987677974880ca8d29ea370f60b58f.tar.lz
dotfiles-4e7864b913987677974880ca8d29ea370f60b58f.tar.zst
dotfiles-4e7864b913987677974880ca8d29ea370f60b58f.zip
Emacs: merge `setq` forms
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el4
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