From ad7f668eda2b496f8579ce388fa45dac3b482489 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Mon, 5 Sep 2022 13:09:22 -0400 Subject: Some general improvements for web mode, need to test them out on a real project though --- init.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index a4dbbd3..4a91f67 100644 --- a/init.el +++ b/init.el @@ -50,9 +50,6 @@ (require 'web) (require 'markdown) -(require 'latex-custom) -(setup-latex) - (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. @@ -63,7 +60,7 @@ '(org-agenda-files (list org-directory)) '(org-directory "~/Documents/org") '(package-selected-packages - '(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))) + '(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))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. -- cgit v1.2.1