dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit 2a3a3de5275fede277a153f88710797976d408b2
parent 7ba0de3904e58477d82f506dd1f945542d1d6c46
Author: Lukas Henkel <lh@entf.net>
Date:   Wed, 13 Jul 2022 21:50:00 +0200

Initialize pdf-tools

Had this installed for a while, never actually activated it, whoops!

Diffstat:
Minit.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/init.el b/init.el @@ -368,4 +368,6 @@ (when (file-exists-p path) (load path))) +(pdf-loader-install) + (server-start)