diff options
| author | tslil clingman <tslil@posteo.de> | 2023-09-12 21:07:47 +0200 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2023-09-12 21:08:54 +0200 |
| commit | 8607fd0b5d3cb9efcd4bd805321128713823271d (patch) | |
| tree | a8e977963943f56f42388449fc2a334a58f550eb /emacs/init.el | |
| parent | f749a8ac8423e11739ff1315d1ff50256f565d95 (diff) | |
[emacs] misc config updates
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") |
