Skip to content

Commit

Permalink
Fix autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
aki2o committed Mar 22, 2020
1 parent c7234fe commit 4de31f4
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions pophint-dired.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(require 'pophint)

;;;###autoload
(defcustom pophint-dired:enable t
"Whether to enable feature."
:type 'boolean
Expand Down
1 change: 1 addition & 0 deletions pophint-direx.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
(require 'rx)
(require 'pophint)

;;;###autoload
(defcustom pophint-direx:enable t
"Whether to enable feature."
:type 'boolean
Expand Down
1 change: 1 addition & 0 deletions pophint-e2wm.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
(require 'pophint-ow)
(require 'pophint-widget)

;;;###autoload
(defcustom pophint-e2wm:enable t
"Whether to enable feature."
:type 'boolean
Expand Down
1 change: 1 addition & 0 deletions pophint-elisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
(require 'pophint)
(require 'pophint-quote)

;;;###autoload
(defcustom pophint-elisp:enable t
"Whether to enable feature."
:type 'boolean
Expand Down
1 change: 1 addition & 0 deletions pophint-eww.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
(require 'pophint)
(require 'pophint-yank)

;;;###autoload
(defcustom pophint-eww:enable t
"Whether to enable feature."
:type 'boolean
Expand Down
1 change: 1 addition & 0 deletions pophint-help.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(require 'pophint)

;;;###autoload
(defcustom pophint-help:enable t
"Whether to enable feature."
:type 'boolean
Expand Down
1 change: 1 addition & 0 deletions pophint-info.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(require 'pophint)

;;;###autoload
(defcustom pophint-info:enable t
"Whether to enable feature."
:type 'boolean
Expand Down
1 change: 1 addition & 0 deletions pophint-isearch.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(require 'pophint)
(require 'pophint-region)

;;;###autoload
(defcustom pophint-isearch:enable t
"Whether to enable feature."
:type 'boolean
Expand Down
1 change: 1 addition & 0 deletions pophint-line.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(require 'rx)
(require 'pophint)

;;;###autoload
(defcustom pophint-line:enable t
"Whether to enable feature."
:type 'boolean
Expand Down
1 change: 1 addition & 0 deletions pophint-mark.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(require 'pophint)

;;;###autoload
(defcustom pophint-mark:enable t
"Whether to enable feature."
:type 'boolean
Expand Down
1 change: 1 addition & 0 deletions pophint-ow.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(require 'pophint)

;;;###autoload
(defcustom pophint-ow:enable t
"Whether to enable feature."
:type 'boolean
Expand Down
1 change: 1 addition & 0 deletions pophint-quote.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(require 'pophint)

;;;###autoload
(defcustom pophint-quote:enable t
"Whether to enable feature."
:type 'boolean
Expand Down
1 change: 1 addition & 0 deletions pophint-slack.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(require 'pophint)

;;;###autoload
(defcustom pophint-slack:enable t
"Whether to enable feature."
:type 'boolean
Expand Down
1 change: 1 addition & 0 deletions pophint-sym.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(require 'pophint)

;;;###autoload
(defcustom pophint-sym:enable t
"Whether to enable feature."
:type 'boolean
Expand Down
1 change: 1 addition & 0 deletions pophint-url.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
(require 'pophint)
(require 'ffap nil t)

;;;###autoload
(defcustom pophint-url:enable t
"Whether to enable feature."
:type 'boolean
Expand Down
1 change: 1 addition & 0 deletions pophint-vb.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(require 'pophint)
(require 'pophint-quote)

;;;###autoload
(defcustom pophint-vb:enable t
"Whether to enable feature."
:type 'boolean
Expand Down
1 change: 1 addition & 0 deletions pophint-w3m.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
(require 'pophint)
(require 'pophint-yank)

;;;###autoload
(defcustom pophint-w3m:enable t
"Whether to enable feature."
:type 'boolean
Expand Down
1 change: 1 addition & 0 deletions pophint-widget.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(require 'cl-lib)
(require 'pophint)

;;;###autoload
(defcustom pophint-widget:enable t
"Whether to enable feature."
:type 'boolean
Expand Down

0 comments on commit 4de31f4

Please sign in to comment.