This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/init-package/init-wand.el

9 lines
235 B
EmacsLisp
Raw Normal View History

(use-package wand
2014-08-30 07:15:09 +00:00
:disabled t
:init
(progn
(require 'wand)
(wand:add-rule (wand:create-rule :match "https?://"
:capture :whole
:action message))))