]> git.armaanb.net Git - config.org.git/commitdiff
Add pdf-tools
authorArmaan Bhojwani <me@armaanb.net>
Thu, 27 May 2021 03:31:27 +0000 (23:31 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Thu, 27 May 2021 03:31:27 +0000 (23:31 -0400)
config.org

index 23a6fc14cff874c8be7f49572b9b007633fdc5fe..1bab9edd6e5481d0d76e65333e2bf20c958c1b92 100644 (file)
@@ -526,6 +526,11 @@ Still experimenting with this setup. Not sure if I will keep it, but it works we
 
   (global-set-key (kbd "C-c c") 'acheam-calendar)
 #+end_src
+** PDF reader
+#+begin_src emacs-lisp
+  (use-package pdf-tools
+    :hook (pdf-view-mode . pdf-view-midnight-minor-mode))
+#+end_src
 * Emacs IDE
 ** Python formatting
 #+begin_src emacs-lisp