diff --git a/emacs.org b/emacs.org index 315622e..a9d3198 100644 --- a/emacs.org +++ b/emacs.org @@ -935,6 +935,22 @@ So I write gooder. Me fail English? Thats unpossible. (use-package writegood-mode :ensure t) #+END_SRC +*** org-jira + +Cause I have to use jira, sigh. + +#+BEGIN_SRC emacs-lisp + (use-package org-jira + :ensure t + :config + (progn + (custom-set-variables + '(jiralib-url "https://connect.us.cray.com/jira") + ) + ) + ) +#+END_SRC + *** python-mode Compress down python configuration a bit.