From 0238a91597e6f83b27a957dd19d7ab8468b7a657 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 9 Oct 2019 20:49:07 +0200 Subject: [PATCH] squash! squash! Add pdf-tools layer --- emacs/.spacemacs | 2 -- 1 file changed, 2 deletions(-) diff --git a/emacs/.spacemacs b/emacs/.spacemacs index 929eef1..5eea6b1 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -549,8 +549,6 @@ before packages are loaded." (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)) ; Auto cleanup recentf (setq recentf-auto-cleanup '120) )