Change the default user config file name back to .fg42.el (it's time to merge)

This commit is contained in:
Sameer Rahmani 2024-04-10 22:48:16 +01:00
parent 6d9f253d8c
commit d87df1fe9e
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
2 changed files with 1 additions and 2 deletions

View File

@ -255,7 +255,6 @@
"locked": { "locked": {
"lastModified": 1712776989, "lastModified": 1712776989,
"narHash": "sha256-DiZoTYM8FptB4DkyrzdFDMDIMECNCdYpnthjhi0NaRs=", "narHash": "sha256-DiZoTYM8FptB4DkyrzdFDMDIMECNCdYpnthjhi0NaRs=",
"ref": "refs/heads/main",
"rev": "5241f9f243cb6099a185db12552a32f70509ada6", "rev": "5241f9f243cb6099a185db12552a32f70509ada6",
"revCount": 48, "revCount": 48,
"type": "git", "type": "git",

View File

@ -67,7 +67,7 @@
(setq user-emacs-directory emacsd) (setq user-emacs-directory emacsd)
(setq user-init-file (setq user-init-file
(or (getenv "FG42_CONFIG_FILE") (or (getenv "FG42_CONFIG_FILE")
(format "%s/.fg42.v4.el" (format "%s/.fg42.el"
(getenv "HOME"))))) (getenv "HOME")))))