diff options
author | Amin Bandali <bandali@kelar.org> | 2022-08-27 21:17:02 -0400 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2022-08-27 21:17:02 -0400 |
commit | 7e876b3c19fb559577b9072fad56a52ea81bb2a9 (patch) | |
tree | d4edd9903bcec82fd08a0afbdd649a33bd5b310d | |
parent | 5dedd61721b2949fa4a1bc3a8e1fb3cd6b460a07 (diff) | |
download | configs-7e876b3c19fb559577b9072fad56a52ea81bb2a9.tar.gz configs-7e876b3c19fb559577b9072fad56a52ea81bb2a9.tar.xz configs-7e876b3c19fb559577b9072fad56a52ea81bb2a9.zip |
* .emacs.d/lisp/boxquote: Remove submodule (now installed from NonGNU ELPA).
-rw-r--r-- | .emacs.d/init.el | 1 | ||||
m--------- | .emacs.d/lisp/boxquote | 0 | ||||
-rw-r--r-- | .gitmodules | 3 |
3 files changed, 0 insertions, 4 deletions
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 -Subproject 7e47e0e2853bc1215739b2e28f260e9eed93b2c 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 |