From 8f3f474748e247a1c0b70b7600bdaf4639208b14 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 31 Dec 2017 12:15:55 -0600 Subject: [PATCH] cray: emacs.el add org-jira --- emacs.org | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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.