aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/init.el b/init.el
index 74e9d8a..de36aba 100644
--- a/init.el
+++ b/init.el
@@ -75,6 +75,19 @@
75 :hook (after-init-hook . gcmh-mode)) 75 :hook (after-init-hook . gcmh-mode))
76 76
77 77
78;; ---------------------------------
79;; Async
80;; -----
81;; Asynchronous processing of things
82;; ---------------------------------
83
84;; Async package
85(use-package async
86 :straight t
87 :config
88 (setq async-bytecomp-package-mode t))
89
90
78 91
79 92
80;; --------------------------------------------------------------------- 93;; ---------------------------------------------------------------------