From d87df1fe9e375fc9b7449badb54a705455db12c8 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Wed, 10 Apr 2024 22:48:16 +0100 Subject: [PATCH] Change the default user config file name back to .fg42.el (it's time to merge) --- flake.lock | 1 - lisp/fg42/init.el | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 09166e0..6929eac 100644 --- a/flake.lock +++ b/flake.lock @@ -255,7 +255,6 @@ "locked": { "lastModified": 1712776989, "narHash": "sha256-DiZoTYM8FptB4DkyrzdFDMDIMECNCdYpnthjhi0NaRs=", - "ref": "refs/heads/main", "rev": "5241f9f243cb6099a185db12552a32f70509ada6", "revCount": 48, "type": "git", diff --git a/lisp/fg42/init.el b/lisp/fg42/init.el index 46a0f0e..0a83325 100644 --- a/lisp/fg42/init.el +++ b/lisp/fg42/init.el @@ -67,7 +67,7 @@ (setq user-emacs-directory emacsd) (setq user-init-file (or (getenv "FG42_CONFIG_FILE") - (format "%s/.fg42.v4.el" + (format "%s/.fg42.el" (getenv "HOME")))))