diff options
author | Case Duckworth | 2020-12-07 08:23:58 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-07 08:23:58 -0600 |
commit | a0a4b44c304e8a9e81827a6c72b16c01307e38d3 (patch) | |
tree | 7537f9a38eb0c7aac7968c5b0a0c33cf02d4bda0 | |
parent | Add typo (diff) | |
download | emacs-a0a4b44c304e8a9e81827a6c72b16c01307e38d3.tar.gz emacs-a0a4b44c304e8a9e81827a6c72b16c01307e38d3.zip |
Add PDF-Tools
-rw-r--r-- | config.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.org b/config.org index a631a03..8dd730d 100644 --- a/config.org +++ b/config.org | |||
@@ -1879,6 +1879,16 @@ I can /not/ get over how hilarious this name is 😜 | |||
1879 | look at [[https://github.com/dieggsy/esh-autosuggest/][esh-autosuggest]] and [[https://www.masteringemacs.org/article/complete-guide-mastering-eshell][mastering eshell]] and stuff. idk. | 1879 | look at [[https://github.com/dieggsy/esh-autosuggest/][esh-autosuggest]] and [[https://www.masteringemacs.org/article/complete-guide-mastering-eshell][mastering eshell]] and stuff. idk. |
1880 | oh and [[https://github.com/kyagi/shell-pop-el][shell pop]] too. | 1880 | oh and [[https://github.com/kyagi/shell-pop-el][shell pop]] too. |
1881 | 1881 | ||
1882 | ** [[https://github.com/politza/pdf-tools][PDF Tools]] | ||
1883 | |||
1884 | 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 | |||
1886 | #+begin_src emacs-lisp | ||
1887 | (use-package pdf-tools | ||
1888 | :init | ||
1889 | (pdf-loader-install)) | ||
1890 | #+end_src | ||
1891 | |||
1882 | * Appendix A: Scripts | 1892 | * Appendix A: Scripts |
1883 | 1893 | ||
1884 | ** ~emacsdc~ | 1894 | ** ~emacsdc~ |