Changed configuration
This commit is contained in:
parent
8c0110d884
commit
8c0416231d
|
@ -1,6 +1,7 @@
|
|||
var/
|
||||
elpa/
|
||||
etc/
|
||||
eln-cache/
|
||||
*~
|
||||
.last-package-update-day
|
||||
init.el
|
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue