diff options
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/.config/emacs/init.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/.config/emacs/init.el b/emacs/.config/emacs/init.el index 6860ba9..ee2c901 100644 --- a/emacs/.config/emacs/init.el +++ b/emacs/.config/emacs/init.el | |||
| @@ -182,6 +182,12 @@ | |||
| 182 | :straight '(warnings :type built-in) | 182 | :straight '(warnings :type built-in) |
| 183 | :custom (warning-suppress-types '(comp))) | 183 | :custom (warning-suppress-types '(comp))) |
| 184 | 184 | ||
| 185 | (use-package comp | ||
| 186 | :straight '(comp :type built-in) | ||
| 187 | :custom | ||
| 188 | (native-comp-debug 1) | ||
| 189 | (native-comp-async-report-warnings-errors 'silent)) | ||
| 190 | |||
| 185 | (defun arkta/update-packages () | 191 | (defun arkta/update-packages () |
| 186 | (interactive) | 192 | (interactive) |
| 187 | (straight-pull-all) | 193 | (straight-pull-all) |