From 0aa5e12d32fa519e8eadd954e1adef21f0e92d46 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 1 Mar 2016 15:12:30 -0500 Subject: [PATCH] Fix pkgbuild setq indentation --- .emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7be64dd..c92080e 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -298,8 +298,8 @@ (use-package pkgbuild-mode :config (setq pkgbuild-user-full-name "Adam Goldsmith" - pkgbuild-user-mail-address "contact@adamgoldsmith.name" - pkgbuild-makepkg-command "PKGEXT='.pkg.tar' makepkg -mf")) + pkgbuild-user-mail-address "contact@adamgoldsmith.name" + pkgbuild-makepkg-command "PKGEXT='.pkg.tar' makepkg -mf")) (use-package mmm-mode :config