From eb3aab2daf6e332c86f771e010cf6bebae364127 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 7 Dec 2020 08:25:20 -0600 Subject: Only install PDF-Tools on “larry” --- config.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config.org b/config.org index 9885f08..7ec4a00 100644 --- a/config.org +++ b/config.org @@ -5,7 +5,7 @@ #+OPTIONS: toc:nil #+OPTIONS: title:t #+BANKRUPTCY_COUNT: 2 -#+Time-stamp: <2020-12-06 13:21:56 acdw> +#+Time-stamp: <2020-12-07 08:25:11 acdw> This is my Emacs configuration. It's also a literate =org-mode= file. Yeah, I'm a cool guy. @@ -1885,9 +1885,10 @@ oh and [[https://github.com/kyagi/shell-pop-el][shell pop]] too. There's a few things that have to be installed to use PDF Tools, but I've got them installed on =larry=. Once I write them down, I'll expand this out to both my linux machines. #+begin_src emacs-lisp - (use-package pdf-tools - :init - (pdf-loader-install)) + (when (string= (system-name) "larry") + (use-package pdf-tools + :init + (pdf-loader-install))) #+end_src * Appendix A: Scripts -- cgit 1.4.1-21-gabe81