X-Git-Url: http://git.armaanb.net/?a=blobdiff_plain;f=config.org;h=1bab9edd6e5481d0d76e65333e2bf20c958c1b92;hb=103a819c8f9803a79143b1ce61d8387a1f47d24a;hp=23a6fc14cff874c8be7f49572b9b007633fdc5fe;hpb=2329217ff4ea769fca2a0ae937da6e506ec701fa;p=config.org.git diff --git a/config.org b/config.org index 23a6fc1..1bab9ed 100644 --- a/config.org +++ b/config.org @@ -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