We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jira-markup-mode
1 parent 1c30caa commit 8291d2cCopy full SHA for 8291d2c
modules/on-demand/me-jira.el
@@ -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