diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-08 15:49:20 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-08 15:49:20 -0200 |
commit | 7ca84717120848f0172c06b5f124a62753cdf5df (patch) | |
tree | a3eb5bfc1240b341c82b2d2ac02ed73cb4f63892 /sx-compose.el | |
parent | bd471870f800559279738e4f3d7ef3a7993dd951 (diff) |
Require sx-tag
Diffstat (limited to 'sx-compose.el')
-rw-r--r-- | sx-compose.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-compose.el b/sx-compose.el index 67c476e..f734904 100644 --- a/sx-compose.el +++ b/sx-compose.el @@ -34,6 +34,7 @@ (require 'markdown-mode) (require 'sx) +(require 'sx-tag) (defgroup sx-compose-mode nil "Customization group for sx-compose-mode." |