Changed configuration
This commit is contained in:
parent
8c0110d884
commit
8c0416231d
|
@ -1,6 +1,7 @@
|
||||||
var/
|
var/
|
||||||
elpa/
|
elpa/
|
||||||
etc/
|
etc/
|
||||||
|
eln-cache/
|
||||||
*~
|
*~
|
||||||
.last-package-update-day
|
.last-package-update-day
|
||||||
init.el
|
init.el
|
|
@ -992,6 +992,9 @@ This will install the [[https://github.com/theia-ide/typescript-language-server]
|
||||||
;; :ensure t
|
;; :ensure t
|
||||||
;; :init(add-hook 'flyspell-mode-hook (lambda () (auto-dictionary-mode 1))))
|
;; :init(add-hook 'flyspell-mode-hook (lambda () (auto-dictionary-mode 1))))
|
||||||
|
|
||||||
|
(use-package org-ref
|
||||||
|
:ensure t)
|
||||||
|
|
||||||
(use-package company-auctex
|
(use-package company-auctex
|
||||||
:ensure t
|
:ensure t
|
||||||
:init (company-auctex-init))
|
:init (company-auctex-init))
|
||||||
|
|
Loading…
Reference in New Issue