diff options
-rw-r--r-- | pdf.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +;;; Dependency +(use-package "tablist" 'tablist) + (use-package "pdf-tools/lisp" 'pdf-view) ;; I want to integrate with the global register list. |
index : emacsd.git | ||
This repository holds my configurations for Emacs. I used to store this in GitLab, but I now host my git repositories. | JSDurand |
summaryrefslogtreecommitdiff |
-rw-r--r-- | pdf.el | 3 |
@@ -1,3 +1,6 @@ +;;; Dependency +(use-package "tablist" 'tablist) + (use-package "pdf-tools/lisp" 'pdf-view) ;; I want to integrate with the global register list. |