branch: externals/shell-command+ commit d60c01f4102134fa207d833bcc47250f75e2e9bf Author: Philip K <phi...@warpmail.net> Commit: Philip K <phi...@warpmail.net>
required rx while compiling --- bang.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bang.el b/bang.el index 9e17bca..ed47b7f 100644 --- a/bang.el +++ b/bang.el @@ -28,7 +28,7 @@ ;; The original version can be found here: ;; https://leahneukirchen.org/dotfiles/.emacs -(require 'rx) +(eval-when-compile (require 'rx)) ;;; Code: