Compare commits

..

No commits in common. "91f0b224e15e0e5004b4292d2cf5cd373136e3f2" and "6dbc0944755b198c923689c33e7287e444f6a310" have entirely different histories.

2 changed files with 0 additions and 39 deletions

View file

@ -1,29 +0,0 @@
image: silex/emacs:26.3-alpine-dev
stages:
- package
- deploy
package:
stage: package
before_script:
- rm -rf public/
- mkdir public/
script: >
emacs --batch --load package --load package-x --funcall package-initialize
--eval "(let ((package-archive-upload-base \"public/\"))
(package-upload-file \"circe-serenity.el\"))"
artifacts:
paths:
- public/
pages:
stage: deploy
only:
- master
dependencies:
- package
script: echo "Done"
artifacts:
paths:
- public

View file

@ -202,16 +202,6 @@ passed on to `lui-format'."
(circe-serenity--define-formatter 'circe-serenity-server-nick-regain-formatter
'circe-format-server-nick-regain)
(defun circe-serenity-notice-formatter (&rest keywords)
"Format a notice.
KEYWORDS should be a plist with at least a :nick and :body key."
(propertize
(lui-format
(format "{intro:%ds} -{nick}- {body}" circe-serenity-longest-nick)
(plist-put keywords :intro "***"))
'wrap-prefix (circe-serenity--fill-string)))
(circe-serenity--define-formatter 'circe-serenity-notice-formatter 'circe-format-notice)
;;;###autoload
(defun enable-circe-serenity ()
"Enable Serenity for Circe."