diff options
| -rw-r--r-- | anywhere-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/anywhere-mode.el b/anywhere-mode.el index db3641e..e023c10 100644 --- a/anywhere-mode.el +++ b/anywhere-mode.el @@ -27,6 +27,8 @@ ;;; Code: +(require 'subr-x) + (defcustom anywhere-buffer "*Anywhere*" "Buffer name for anywhere-* commands." :type 'string |
