diff options
author | Yuchen Pei <id@ypei.org> | 2024-11-05 11:34:15 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2024-11-05 11:34:15 +1100 |
commit | 36d1a26b2c195cadd622483f8340c201780b8faa (patch) | |
tree | ec260190ef257d3292552ebb647063072c3877b6 /emacs | |
parent | 12d93a75c9662ce7906035fd01742879e735bc75 (diff) |
[emacs] Adding exitter
A wip emacs x/twitter client
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init/ycp-web.el | 9 | ||||
m--------- | emacs/.emacs.d/lisp/exitter | 0 |
2 files changed, 9 insertions, 0 deletions
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 |