branch: externals/olivetti commit 6893bef23e576fd776ca69517dbf0981a8dc4b2a Author: Paul Rankin <he...@paulwrankin.com> Commit: Paul Rankin <he...@paulwrankin.com>
Added Ethereum and Bitcoin Cash addresses --- README.md | 6 ++++++ olivetti.el | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index ddb0c93..24c3cb7 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,9 @@ specifying `olivetti-body-width`: M-x add-file-local-variable RET olivetti-body-width RET 66 RET [file variable]: https://www.gnu.org/software/emacs/manual/html_node/emacs/File-Variables.html "File Variables" + +Tips +---- + +Ethereum address `0x209C60afd8aF6c61ac4Dbe340d81D4f789DF64D3` +Bitcoin Cash address `19gUvL8YUzDKr5GyiHpYeF31BfQm87xM9L` diff --git a/olivetti.el b/olivetti.el index 069a450..2fafea7 100644 --- a/olivetti.el +++ b/olivetti.el @@ -100,6 +100,12 @@ ;; [file variable]: https://www.gnu.org/software/emacs/manual/html_node/emacs/File-Variables.html "File Variables" +;; Tips +;; ---- + +;; Ethereum address 0x209C60afd8aF6c61ac4Dbe340d81D4f789DF64D3 +;; Bitcoin Cash address 19gUvL8YUzDKr5GyiHpYeF31BfQm87xM9L + ;;; Code: