Skip to content

Commit 8291d2c

Browse files
committed
feat(on-demand): add support for jira-markup-mode
1 parent 1c30caa commit 8291d2c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

modules/on-demand/me-jira.el

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
;;; me-jira.el --- Description -*- lexical-binding: t; -*-
2+
3+
;; Copyright (C) 2022-2024 Abdelhak Bougouffa
4+
5+
;; Author: Abdelhak Bougouffa (rot13 "noqryunx.obhtbhssn-rkg@fntrzpbz.pbz")
6+
7+
;;; Commentary:
8+
9+
;;; Code:
10+
11+
;;;###autoload
12+
(minemacs-register-on-demand-module 'me-jira
13+
:auto-mode '(("\\.confluence$" . jira-markup-mode)
14+
("jira.*\\.txt$" . jira-markup-mode)))
15+
16+
17+
(use-package jira-markup-mode
18+
:straight t)
19+
20+
21+
(provide 'on-demand/me-jira)
22+
;;; me-jira.el ends here

0 commit comments

Comments
 (0)