Selaa lähdekoodia

cray: emacs.el add org-jira

cray
Mitch Tishmack 8 vuotta sitten
vanhempi
commit
8f3f474748
1 muutettua tiedostoa jossa 16 lisäystä ja 0 poistoa
  1. +16
    -0
      emacs.org

+ 16
- 0
emacs.org Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna