Remove manual loading of pkg-autoloads files
No longer necessary as of 0c80bb42
This commit is contained in:
parent
0b2548f7b1
commit
138ec2bf07
8 changed files with 5 additions and 20 deletions
|
@ -20,11 +20,6 @@
|
|||
|
||||
|
||||
(def-package! tex-site
|
||||
:init
|
||||
;; Manually load the AUCTEX autoloads. This is normally done by
|
||||
;; package-initialize, ... which we do not use.
|
||||
(load "auctex.el" nil t t)
|
||||
(load "auctex-autoloads.el" nil t t)
|
||||
:config
|
||||
;; Set some varibles to fontify common LaTeX commands.
|
||||
(load! +fontification)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue