diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2022-10-26 08:18:23 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2022-10-26 08:18:23 -0400 |
commit | c355971b0ae82eb22b57820547dee5afba3203a2 (patch) | |
tree | 34e01c85ef66b6a310bb4829e6ab13c3d5b6f18f | |
parent | a2b0c36e8d1de349aea84a382d05668e60f1f703 (diff) |
Installing drag stuff automatically
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ (setq package-list - '(org-bullets good-scroll counsel smartparens xref-js2 eglot json-mode markdown-mode emojify tern rtags cmake-ide cmake-mode tide auctex evil js2-highlight-vars ac-js2 js2-refactor js2-mode flycheck-irony company-irony all-the-icons req-package projectile irony org neotree minimap vterm vterm-toggle)) + '(org-bullets good-scroll counsel smartparens xref-js2 eglot json-mode markdown-mode emojify tern rtags cmake-ide cmake-mode tide auctex evil js2-highlight-vars ac-js2 js2-refactor js2-mode flycheck-irony company-irony all-the-icons req-package projectile irony org neotree minimap vterm vterm-toggle drag-stuff)) ;; Fetch the list of packages available (unless package-archive-contents |