Add pdf-tools layer

This commit is contained in:
coolneng 2019-10-09 16:33:50 +02:00
parent c25ad0cd12
commit 972aa9327f
1 changed files with 6 additions and 0 deletions

View File

@ -539,6 +539,12 @@ before packages are loaded."
(when (file-exists-p file)
(push file org-agenda-files)))
(org-projectile-todo-files)))
; Disable company-mode in org
(spacemacs|disable-company org-mode)
; Add bibliography file to org-ref
(setq org-ref-default-bibliography '("~/Documents/Uni/DDSI/Code/IGDB/Assets/Citations.bib"))
; Use pdf-tools instead of docview
(setq-default dotspacemacs-configuration-layers '(pdf))
)
;; Do not write anything past this comment. This is where Emacs will