diff options
author | Thanos Apollo <[email protected]> | 2023-10-04 14:50:46 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-04 14:50:46 +0300 |
commit | 7c4997cf91131ce8923ca2686ec05d715382fd5a (patch) | |
tree | b39551c892c168201f3c36a4fe9c43eab5c0cd16 /.emacs.d | |
parent | f1b4b29981d60ad370ad3011f629123be6b22f9c (diff) |
emacs: (packages) don't update packages on startup
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/modules/thanos-packages.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/modules/thanos-packages.el b/.emacs.d/modules/thanos-packages.el index f3a0d59..9051db4 100644 --- a/.emacs.d/modules/thanos-packages.el +++ b/.emacs.d/modules/thanos-packages.el @@ -48,7 +48,6 @@ (require 'straight) (setf straight-use-package-by-default t) -(straight-pull-all) (defvar thanos/packages '(emms vertico marginalia doom-modeline org-roam nerd-icons-completion |