Changed configuration

This commit is contained in:
Eduardo Cueto-Mendoza 2024-06-19 06:47:13 +01:00
parent 8c0110d884
commit 8c0416231d
2 changed files with 94 additions and 90 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
var/
elpa/
etc/
eln-cache/
*~
.last-package-update-day
init.el

View File

@ -992,6 +992,9 @@ This will install the [[https://github.com/theia-ide/typescript-language-server]
;; :ensure t
;; :init(add-hook 'flyspell-mode-hook (lambda () (auto-dictionary-mode 1))))
(use-package org-ref
:ensure t)
(use-package company-auctex
:ensure t
:init (company-auctex-init))