From becff06c71d277647eda4378203d03ab36e141eb Mon Sep 17 00:00:00 2001 From: mattkae Date: Tue, 17 May 2022 07:07:37 -0400 Subject: Evil mode and latex support --- init.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 265654c..b756fe1 100644 --- a/init.el +++ b/init.el @@ -23,6 +23,10 @@ ;; Theme (load-theme 'vs-light t) (set-face-attribute 'region nil :background "#ffffcd") +(setq debug-on-error t) + +(require 'evil) +(evil-mode 1) (require 'general) (setup-general) @@ -39,6 +43,8 @@ (require 'js-mode-custom) (setup-js) +(require 'latex-custom) +(setup-latex) (custom-set-variables ;; custom-set-variables was added by Custom. @@ -50,10 +56,10 @@ '(org-agenda-files (list org-directory)) '(org-directory "~/Documents/org") '(package-selected-packages - '(js2-highlight-vars ac-js2 js2-refactor js2-mode flycheck-irony company-irony all-the-icons req-package projectile irony org))) + '(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. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - ) +) -- cgit v1.2.1