From: Amin Bandali Date: Sun, 28 Aug 2022 01:17:02 +0000 (-0400) Subject: * .emacs.d/lisp/boxquote: Remove submodule (now installed from NonGNU ELPA). X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/7e876b3c19fb559577b9072fad56a52ea81bb2a9 * .emacs.d/lisp/boxquote: Remove submodule (now installed from NonGNU ELPA). --- diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0500aa8..f8a44e7 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -746,7 +746,6 @@ Effectively a very simple light/dark theme toggle switch." ;; ,---- ;; | make pretty boxed quotes like this ;; `---- -(add-to-list 'load-path (b/lisp "boxquote")) (run-with-idle-timer 0.6 nil #'require 'boxquote) (with-eval-after-load 'boxquote (defvar b/boxquote-prefix-map) diff --git a/.emacs.d/lisp/boxquote b/.emacs.d/lisp/boxquote deleted file mode 160000 index 7e47e0e..0000000 --- a/.emacs.d/lisp/boxquote +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7e47e0e2853bc1215739b2e28f260e9eed93b2c5 diff --git a/.gitmodules b/.gitmodules index c7fa898..c675359 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "alloy-mode"] path = .emacs.d/lisp/alloy-mode url = https://github.com/dwwmmn/alloy-mode.git -[submodule "boxquote"] - path = .emacs.d/lisp/boxquote - url = https://github.com/davep/boxquote.el.git [submodule "hl-todo"] path = .emacs.d/lisp/hl-todo url = https://github.com/tarsius/hl-todo.git