diff options
author | Case Duckworth | 2021-04-24 23:23:32 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-24 23:23:32 -0500 |
commit | cc8bc8bb21b774e0ec6a6f6450ef05690a735fd8 (patch) | |
tree | 178b70220d74f3d8a796d3ae875206c63e837b9f | |
parent | Fix bindings in paredit-mode-modes (diff) | |
download | emacs-cc8bc8bb21b774e0ec6a6f6450ef05690a735fd8.tar.gz emacs-cc8bc8bb21b774e0ec6a6f6450ef05690a735fd8.zip |
Switch to pdf-tools fork
-rw-r--r-- | init.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/init.el b/init.el index 7590823..dd2da2c 100644 --- a/init.el +++ b/init.el | |||
@@ -557,7 +557,10 @@ | |||
557 | (make-directory gnus-directory :parents))) | 557 | (make-directory gnus-directory :parents))) |
558 | 558 | ||
559 | (when (eq acdw/system :home) | 559 | (when (eq acdw/system :home) |
560 | (setup (:straight pdf-tools) | 560 | ;; Apparently the original repo is unmaintained, thus this fork. |
561 | (setup (:straight (pdf-tools | ||
562 | :host github | ||
563 | :repo "vedang/pdf-tools")) | ||
561 | (pdf-loader-install)) | 564 | (pdf-loader-install)) |
562 | 565 | ||
563 | (setup (:straight vterm))) | 566 | (setup (:straight vterm))) |