diff options
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/emacs/init.el b/emacs/init.el index 25656e4..f30bdd8 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -1,8 +1,8 @@ -;; Time-stamp: <2023-01-05 21h26 CET (anker)> +;; Time-stamp: <2026-04-14 10h29 BST (0eb6df5e)> (setq user-full-name "tslil") -(setq network-security-level 'high) +;; (setq network-security-level 'high) (setq native-comp-deferred-compilation t) @@ -10,6 +10,7 @@ (setq package-enable-at-startup nil load-prefer-newer t package-archives '(("gnu" . "https://elpa.gnu.org/packages/") + ("nongnu" . "https://elpa.nongnu.org/nongnu/") ("melpa" . "https://melpa.org/packages/"))) (package-initialize) @@ -25,10 +26,10 @@ :ensure t :demand :config - (setq init-loader-byte-compile nil) + (setq init-loader-show-log-after-init nil) (init-loader-load)) -(setq custom-file "~/.emacs.d/custom.el") +(setq custom-file "~/.config/emacs/custom.el") (unless (file-exists-p custom-file) (write-region "" nil custom-file)) (load custom-file) |
