|
|
|
@@ -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. |
|
|
|
|