add pdf-tools to emacs
This commit is contained in:
parent
1ca9ad67af
commit
515dae9580
1 changed files with 5 additions and 0 deletions
|
@ -1086,6 +1086,11 @@ g (org-roam-directory "~/org/notes")
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package org-pomodoro)
|
(use-package org-pomodoro)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
** PDF-Tools
|
||||||
|
Export and then view with emacs :)
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package pdf-tools)
|
||||||
|
#+end_src
|
||||||
* End
|
* End
|
||||||
#+begin_src elisp
|
#+begin_src elisp
|
||||||
(message "Welcome to Emacs!")
|
(message "Welcome to Emacs!")
|
||||||
|
|
Loading…
Reference in a new issue