diff options
-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~ |