summaryrefslogtreecommitdiff
path: root/pdf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-02-11 16:29:32 +0800
committerJSDurand <mmemmew@gmail.com>2022-02-11 16:29:32 +0800
commit2f4ca21b70eb7c4bb1ab96bd57bee711ea274778 (patch)
tree2ce971ee9f2d593f0a99db1b110df4ac74e6cd81 /pdf.el
parent6fefcdfc0da2bae277997c54e50da6ba021fefa9 (diff)
pdf: fix a dependency
* pdf.el ("tablist"): I don't know why I didn't include this previously.
Diffstat (limited to 'pdf.el')
-rw-r--r--pdf.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/pdf.el b/pdf.el
index 25f8f66..47f4ce1 100644
--- a/pdf.el
+++ b/pdf.el
@@ -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.