소스 검색

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.


불러오는 중...
취소
저장