commit 184aaf51d5b5b16b90701889580cb26a48189a46 parent 62798429f810df130c481c502fab3411e56039c7 Author: Crazazy <crazazy@tilde.cafe> Date: Wed, 27 Apr 2022 10:02:27 +0200 add pdf-tools Diffstat:
M | emacs.org | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git 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