[emacs] remove pdf-tools
authorAmin Bandali <bandali@gnu.org>
Sun, 23 Dec 2018 05:15:30 +0000 (00:15 -0500)
committerAmin Bandali <bandali@gnu.org>
Sun, 23 Dec 2018 05:15:30 +0000 (00:15 -0500)
.gitmodules
init.org
lib/pdf-tools [deleted submodule]
lib/tablist [deleted submodule]

index f318c21..2e96608 100644 (file)
 [submodule "page-break-lines"]
        path = lib/page-break-lines
        url = git@github.com:purcell/page-break-lines.git
-[submodule "pdf-tools"]
-       path = lib/pdf-tools
-       url = git@github.com:politza/pdf-tools.git
-       build-step = make
-       build-step = borg-byte-compile
-       build-step = borg-update-autoloads
-       # pdf-tools-install creates `lisp/epdfinfo', which makes git think
-       # that the submodule is dirty. so, let's ignore the untracked
-       # files of pdf-tools' submodule
-       ignore = untracked
 [submodule "pkg-info"]
        path = lib/pkg-info
        url = git@github.com:lunaryorn/pkg-info.el.git
 [submodule "smex"]  # used by counsel-M-x
        path = lib/smex
        url = git@github.com:nonsequitur/smex.git
-[submodule "tablist"]
-       path = lib/tablist
-       url = git@github.com:politza/tablist.git
 [submodule "treepy"]
        path = lib/treepy
        url = git@github.com:volrath/treepy.el.git
index 045845d..91d70f0 100644 (file)
--- a/init.org
+++ b/init.org
@@ -1224,6 +1224,7 @@ TODO: break this giant source block down into individual org sections.
   (advice-add #'ispell-parse-output :filter-args
               #'endless/replace-quote))
 #+end_src
+
 * Programming modes
 :PROPERTIES:
 :CUSTOM_ID: programming-modes
@@ -1784,25 +1785,6 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
   (set-face-foreground 'highlight-indent-guides-top-character-face "grey40")) ; grey13 is nice too
 #+end_src
 
-** pdf-tools
-
-#+begin_src emacs-lisp
-(use-package pdf-tools
-  :defer t
-  :magic ("%PDF" . pdf-view-mode)
-  :config
-  (setq pdf-view-resize-factor 1.05)
-  (pdf-tools-install)
-  :bind
-  (:map pdf-view-mode-map
-        ("C-s" . isearch-forward)
-        ("C-r" . isearch-backward)
-        ("j"   . pdf-view-next-line-or-next-page)
-        ("k"   . pdf-view-previous-line-or-previous-page)
-        ("h"   . image-backward-hscroll)
-        ("l"   . image-forward-hscroll)))
-#+end_src
-
 ** typo.el
 
 #+begin_src emacs-lisp
diff --git a/lib/pdf-tools b/lib/pdf-tools
deleted file mode 160000 (submodule)
index a4cd69e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit a4cd69ea1d50b8e74ea515eec95948ad87c6c732
diff --git a/lib/tablist b/lib/tablist
deleted file mode 160000 (submodule)
index c834a84..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit c834a84efb6efa32497efe1e73160fade741b836