From 7e876b3c19fb559577b9072fad56a52ea81bb2a9 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 27 Aug 2022 21:17:02 -0400 Subject: [PATCH] * .emacs.d/lisp/boxquote: Remove submodule (now installed from NonGNU ELPA). --- .emacs.d/init.el | 1 - .emacs.d/lisp/boxquote | 1 - .gitmodules | 3 --- 3 files changed, 5 deletions(-) delete mode 160000 .emacs.d/lisp/boxquote 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 -- 2.20.1