1
0
Fork 0

feat: add pdfconfig.el

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-08-05 23:41:56 -07:00
parent 7148388de0
commit f5a4f2be60
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
3 changed files with 40 additions and 1 deletions

View file

@ -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)