diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-16 15:46:01 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-16 15:47:22 -0500 |
| commit | 06f374aa51f51a01fcd761a6eb3698c109aa47ec (patch) | |
| tree | fbd7c74419d09ab20d317dfb06fb9445c4784f48 | |
| parent | fb35bcdd2eddeb7908e49e6146bd1d0ad2d80c9a (diff) | |
| download | dotemacs-06f374aa51f51a01fcd761a6eb3698c109aa47ec.tar.gz dotemacs-06f374aa51f51a01fcd761a6eb3698c109aa47ec.zip | |
removing compile-angel
| -rw-r--r-- | .localrepo/archive-contents | 1 | ||||
| -rw-r--r-- | .localrepo/compile-angel-20250815.1246.tar | bin | 61440 -> 0 bytes | |||
| -rw-r--r-- | modules/system-defaults.el | 9 |
3 files changed, 0 insertions, 10 deletions
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 Binary files differdeleted file mode 100644 index 9d02bc6db..000000000 --- a/.localrepo/compile-angel-20250815.1246.tar +++ /dev/null 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 |
