From c466ade80dd559be864bd69b6e4546db7f5fa562 Mon Sep 17 00:00:00 2001 From: Hedy Li Date: Fri, 13 Aug 2021 17:39:05 +0800 Subject: [PATCH] fix emacs-profiles whitespace --- .emacs-profiles.el | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.emacs-profiles.el b/.emacs-profiles.el index 76ef0d1..288b07b 100644 --- a/.emacs-profiles.el +++ b/.emacs-profiles.el @@ -1,10 +1,4 @@ (("default" . ((user-emacs-directory . "~/.config/emacsd"))) ("doom" . ((user-emacs-directory . "~/.doomemacs") - (env . ( - ("EMACSDIR" . "~/.doomemacs") - ("DOOMDIR" . "~/.config/doom") - ) - ) - ) - ) - ) + (env . (("EMACSDIR" . "~/.doomemacs") + ("DOOMDIR" . "~/.config/doom"))))))