diff options
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/emacs/init.el b/emacs/init.el index 54918ac..25656e4 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -1,14 +1,10 @@ -;; Time-stamp: <2021-07-07 20h16 EDT (hobbies)> +;; Time-stamp: <2023-01-05 21h26 CET (anker)> (setq user-full-name "tslil") -(setq network-security-level 'high - tls-connection-command "gnutls-cli -p %p %h" - tls-checktrust t - tls-program '("gnutls-cli --x509cafile %t -p %p %h") - gnutls-verify-error '((".*" :hostname)) ;; t interferes with the Gemini protocol - gnutls-log-level 0 - gnutls-min-prime-bits 2048) +(setq network-security-level 'high) + +(setq native-comp-deferred-compilation t) (require 'package) (setq package-enable-at-startup nil @@ -29,7 +25,7 @@ :ensure t :demand :config - (setq init-loader-byte-compile t) + (setq init-loader-byte-compile nil) (init-loader-load)) (setq custom-file "~/.emacs.d/custom.el") |
