Переглянути джерело

cray: emacs.el add org-jira

cray
Mitch Tishmack 8 роки тому
джерело
коміт
8f3f474748
1 змінених файлів з 16 додано та 0 видалено
  1. +16
    -0
      emacs.org

+ 16
- 0
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.


Завантаження…
Відмінити
Зберегти