summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2022-10-15 12:07:32 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2022-10-15 12:07:32 -0400
commit3c88c08a12c9f582535dcbc74185be6231253ace (patch)
treea2b1c91aadf600ffc4db0ed547c405c9a83e4ac1 /init.el
parent35a86b042bbdb6ad0d78765d80c8b35c53b70421 (diff)
Deleted neotree and autocomplete in lisp
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.el b/init.el
index 95a11b2..8c7cda5 100644
--- a/init.el
+++ b/init.el
@@ -14,7 +14,7 @@
(setq package-list
- '(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))
+ '(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))
;; Fetch the list of packages available
(unless package-archive-contents
@@ -50,6 +50,7 @@
(require 'web)
(require 'json)
(require 'markdown)
+(require 'lisp)
(custom-set-variables
;; custom-set-variables was added by Custom.
@@ -61,7 +62,7 @@
'(org-agenda-files (list org-directory))
'(org-directory "~/Documents/org")
'(package-selected-packages
- '(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 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)))
;;; init.el ends here
(custom-set-faces