diff options
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 7 | 
1 files changed, 5 insertions, 2 deletions
| @@ -43,6 +43,9 @@  (require 'js-mode-custom)  (setup-js) +(require 'ts-custom) +(setup-ts) +  (require 'latex-custom)  (setup-latex) @@ -56,10 +59,10 @@   '(org-agenda-files (list org-directory))   '(org-directory "~/Documents/org")   '(package-selected-packages -   '(auctex evil js2-highlight-vars ac-js2 js2-refactor js2-mode flycheck-irony company-irony all-the-icons req-package projectile irony org))) +   '(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.   ;; Your init file should contain only one such instance.   ;; If there is more than one, they won't work right. -) + ) | 
