diff options
Diffstat (limited to 'emacs.org')
-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 |