diff options
author | 2022-08-27 21:17:02 -0400 | |
---|---|---|
committer | 2022-08-27 21:17:02 -0400 | |
commit | 7e876b3c19fb559577b9072fad56a52ea81bb2a9 (patch) | |
tree | d4edd9903bcec82fd08a0afbdd649a33bd5b310d /.emacs.d | |
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).
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 1 | ||||
m--------- | .emacs.d/lisp/boxquote | 0 |
2 files changed, 0 insertions, 1 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 |