diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-05-31 23:22:37 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-05-31 23:23:42 +0200 |
| commit | a6743d3f6db6b6a897b3de4eb5c4ccd5ecfa4715 (patch) | |
| tree | 66c94f57d89a25998e5ac142e700a842f2383823 /init.el | |
| parent | e0847404a43796b5fc7ba286ba4500fd3f1595d9 (diff) | |
Use Emacs' built-in function for storing emacs-custom.el
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ ;; Please no custom file -(setq custom-file "~/.emacs.d/emacs-custom.el") -(load custom-file) +(setq custom-file (locate-user-emacs-file "emacs-custom.el") +(load custom-file 'noerror 'nomessage) ;; Start maximized (add-to-list 'default-frame-alist '(fullscreen . maximized)) |
