diff options
-rw-r--r-- | init.el | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 | ;; --------------------------------------------------------------------- |