testing
Some checks failed
git-sync-with-mirror / git-sync (push) Has been cancelled
git-sync-with-mirror / test (push) Has been cancelled

This commit is contained in:
2026-02-28 00:26:41 -05:00
parent 1aedc8d100
commit 72efd0122a
8 changed files with 78 additions and 62 deletions

View File

@@ -10,8 +10,6 @@
;;; Time Mark
(setq emacs-load-start-time (current-time))
(setq package-check-signature 'allow-unsigned)
;;; Fix TLS emacs 26.x
(if (version<= emacs-version "26.2")
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3"))
@@ -55,6 +53,12 @@
(setq user-emacs-directory default-directory))
(push (concat user-emacs-directory "modules") load-path)
;;; Native compilation (Emacs 28+)
(when (fboundp 'native-comp-available-p)
(setq native-comp-async-report-warnings-errors nil
native-comp-deferred-compilation t
native-comp-jit-compilation t))
;;;------------------------------
;;; Features
;;;------------------------------