diff options
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | emacs/.emacs.d/init/ycp-web.el | 9 | ||||
m--------- | emacs/.emacs.d/lisp/exitter | 0 |
3 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6917752..521bfd7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -118,3 +118,6 @@ [submodule "emacs/.emacs.d/lisp/bom.el"] path = emacs/.emacs.d/lisp/bom.el url = https://g.ypei.me/bom.el.git +[submodule "exitter"] + path = emacs/.emacs.d/lisp/exitter + url = https://g.ypei.me/exitter.git diff --git a/emacs/.emacs.d/init/ycp-web.el b/emacs/.emacs.d/init/ycp-web.el index d188afd..7521afd 100644 --- a/emacs/.emacs.d/init/ycp-web.el +++ b/emacs/.emacs.d/init/ycp-web.el @@ -325,4 +325,13 @@ ) (require 'w3m-load)) +(my-package exitter + (:delay 60) + (my-setq-from-local + exitter-oauth-consumer-key exitter-oauth-consumer-secret + exitter-access-token exitter-username exitter-password exitter-email + exitter-oauth-token exitter-oauth-token-secret exitter-oauth-token-ctime) + (setq exitter-debug t) + ) + (provide 'ycp-web) diff --git a/emacs/.emacs.d/lisp/exitter b/emacs/.emacs.d/lisp/exitter new file mode 160000 +Subproject 2a528e8643612ece0561b2e30a63e63e0782c93 |