Skip to content

Commit

Permalink
Bunch of updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nyyManni committed Sep 15, 2019
1 parent a2204a0 commit 375f736
Show file tree
Hide file tree
Showing 8 changed files with 1,904 additions and 1,699 deletions.
1,276 changes: 1,276 additions & 0 deletions _ejira.el

Large diffs are not rendered by default.

Empty file added ejira-comment.el
Empty file.
2 changes: 2 additions & 0 deletions ejira-parser.el
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
;; it most likely is not code at all. (Some coworkers like to
;; use source blocks for other things than code...)
(setq lang ""))
(when (equal lang "emacslisp")
(setq lang "elisp"))
;; )
(prog1
(concat
Expand Down
16 changes: 16 additions & 0 deletions ejira-pkg.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
(define-package "ejira" "1.0" "org-mode interface to JIRA"
'((emacs "25.1")
(org "8.3")
(s "1.0")
(ox-jira)
(language-detection))
:keywords
'("jira" "org" "c++")
:authors
'(("Henrik Nyman <[email protected]>"))
:maintainer
'("Henrik Nyman <[email protected]>")
:url "https://github.com/nyyManni/ejira")
;; Local Variables:
;; no-byte-compile: t
;; End:
Empty file added ejira-project.el
Empty file.
Empty file added ejira-sprint.el
Empty file.
Loading

0 comments on commit 375f736

Please sign in to comment.