diff options
author | Crazazy | 2022-04-27 10:02:27 +0200 |
---|---|---|
committer | Crazazy | 2022-04-27 19:29:05 +0200 |
commit | 184aaf51d5b5b16b90701889580cb26a48189a46 (patch) | |
tree | a4ca6a3357968c8f205d2a2050e19c59a6798779 | |
parent | 62798429f810df130c481c502fab3411e56039c7 (diff) |
add pdf-tools
-rw-r--r-- | emacs.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs.org b/emacs.org index 1fd9cd6..649b0e7 100644 --- a/emacs.org +++ b/emacs.org @@ -308,6 +308,13 @@ Also, if you just stumbled accross this at random, there is an easy tangle butto (which-key-enable-god-mode-support) (which-key-mode)) #+end_src +*** PDF-tools + I don't want to be at the mercy of my browser to figure out how to read a PDF + #+begin_src emacs-lisp :tangle emacsconfig/extras.el + (use-package pdf-tools + :mode + "\\.pdf$") + #+end_src ** Programming-related emacs tools I do computer science, so from now and then I tend to program a bit. Here are all the tools I use to accomplish that stuff |