feat: add pdfconfig.el
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
7148388de0
commit
f5a4f2be60
3 changed files with 40 additions and 1 deletions
|
@ -43,6 +43,8 @@
|
|||
;; Productivity
|
||||
(straight-use-package 'org)
|
||||
(straight-use-package 'elfeed)
|
||||
(straight-use-package '(pdf-tools :type git :host github
|
||||
:repo "vedang/pdf-tools"))
|
||||
|
||||
;; LSP
|
||||
(straight-use-package 'lsp-mode)
|
||||
|
@ -74,6 +76,7 @@
|
|||
(load-library "racket")
|
||||
(load-library "latexconfig")
|
||||
(load-library "cppconfig")
|
||||
(load-library "pdfconfig")
|
||||
|
||||
;; ====== Hooks ==============================
|
||||
(add-hook 'after-init-hook 'global-company-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue