diff options
-rw-r--r-- | config.org | 9 |
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 | ||
10 | This is my Emacs configuration. It's also a literate =org-mode= file. Yeah, I'm a cool guy. | 10 | This 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. | |||
1885 | 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. | 1885 | 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. |
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 |