From 06f374aa51f51a01fcd761a6eb3698c109aa47ec Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 16 Aug 2025 15:46:01 -0500 Subject: removing compile-angel --- .localrepo/archive-contents | 1 - .localrepo/compile-angel-20250815.1246.tar | Bin 61440 -> 0 bytes modules/system-defaults.el | 9 --------- 3 files changed, 10 deletions(-) delete mode 100644 .localrepo/compile-angel-20250815.1246.tar diff --git a/.localrepo/archive-contents b/.localrepo/archive-contents index 65ce4c726..a96777404 100644 --- a/.localrepo/archive-contents +++ b/.localrepo/archive-contents @@ -20,7 +20,6 @@ (change-inner . [(20250320 1600) ((expand-region (0 7))) "Change contents based on semantic units." tar]) (company . [(1 0 2) ((emacs (25 1))) "Modular text completion framework" tar]) (company-auctex . [(20200529 1835) ((yasnippet (0 8 0)) (company (0 8 0)) (auctex (11 87))) "Companycompletion for AUCTeX." tar]) - (compile-angel . [(20250815 1246) ((emacs (26 3))) "Automatically Compile Elisp files (auto-compile alternative)." tar]) (counsel . [(0 15 1) ((emacs (24 5)) (ivy (0 15 1)) (swiper (0 15 1))) "Various completion functions using Ivy" tar]) (css-eldoc . [(20220415 1629) nil "An eldoc-mode plugin for CSS source code." tar]) (dash . [(2 20 0) ((emacs (24))) "A modern list library for Emacs" tar]) diff --git a/.localrepo/compile-angel-20250815.1246.tar b/.localrepo/compile-angel-20250815.1246.tar deleted file mode 100644 index 9d02bc6db..000000000 Binary files a/.localrepo/compile-angel-20250815.1246.tar and /dev/null differ diff --git a/modules/system-defaults.el b/modules/system-defaults.el index 67b896419..4f335a922 100644 --- a/modules/system-defaults.el +++ b/modules/system-defaults.el @@ -13,15 +13,6 @@ (setopt native-comp-speed 3) ; highest optimization level (setopt native-comp-always-compile t)) ; always native-compile - -(use-package compile-angel - :demand t ;; start immediately - :custom - (compile-angel-verbose nil) - :config - (compile-angel-on-load-mode) - (add-hook 'emacs-lisp-mode-hook #'compile-angel-on-save-local-mode)) - ;; -------------------------- Log Native Comp Warnings ------------------------- ;; Log native comp warnings rather than cluttering the buffer -- cgit v1.2.3