summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2020-12-07 08:25:20 -0600
committerCase Duckworth2020-12-07 08:25:20 -0600
commiteb3aab2daf6e332c86f771e010cf6bebae364127 (patch)
tree1d1df6704a10ff5af6ea8bc89a65e35c3238ac2a
parentTime-stamp (diff)
downloademacs-eb3aab2daf6e332c86f771e010cf6bebae364127.tar.gz
emacs-eb3aab2daf6e332c86f771e010cf6bebae364127.zip
Only install PDF-Tools on “larry”
-rw-r--r--config.org9
1 files 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 @@
5#+OPTIONS: toc:nil 5#+OPTIONS: toc:nil
6#+OPTIONS: title:t 6#+OPTIONS: title:t
7#+BANKRUPTCY_COUNT: 2 7#+BANKRUPTCY_COUNT: 2
8#+Time-stamp: <2020-12-06 13:21:56 acdw> 8#+Time-stamp: <2020-12-07 08:25:11 acdw>
9 9
10This is my Emacs configuration. It's also a literate =org-mode= file. Yeah, I'm a cool guy. 10This is my Emacs configuration. It's also a literate =org-mode= file. Yeah, I'm a cool guy.
11 11
@@ -1885,9 +1885,10 @@ oh and [[https://github.com/kyagi/shell-pop-el][shell pop]] too.
1885There'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. 1885There'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.
1886 1886
1887#+begin_src emacs-lisp 1887#+begin_src emacs-lisp
1888 (use-package pdf-tools 1888 (when (string= (system-name) "larry")
1889 :init 1889 (use-package pdf-tools
1890 (pdf-loader-install)) 1890 :init
1891 (pdf-loader-install)))
1891#+end_src 1892#+end_src
1892 1893
1893* Appendix A: Scripts 1894* Appendix A: Scripts