File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 11* Signel
2+ [[https://www.gnu.org/licenses/gpl-3.0][file:https://img.shields.io/badge/License-GPLv3-blue.svg]] [[https://melpa.org/#/signel][file:https://melpa.org/packages/signel-badge.svg]]
23
34Signel is an Emacs interface for [[https://signal.org][Signal]]. It communicates with a running
45~signal-cli~ daemon via JSON-RPC to send and receive messages.
@@ -28,14 +29,23 @@ signal-cli link -n "emacs-client" | xargs -n 1 qrencode -t utf8
2829#+end_src
2930
3031** Installation
32+ ~signel~ is available on [[https://melpa.org][MELPA]].
3133
32- Clone the repository and add it to your load path .
34+ You can install ~signel~ with the following command .
3335
34- *** use-package
36+ #+begin_src
37+ M-x package-install RET signel RET
38+ #+end_src
39+
40+ For a basic configuration, place this in your ~user-init-file~
3541
36- #+begin_src elisp
42+ #+begin_src emacs-lisp
43+ (setq signel-account "+15550000000")
44+ #+end_src
45+
46+ *** use-package
47+ #+begin_src emacs-lisp
3748(use-package signel
38- :load-path "~/.emacs.d/site-lisp/signel" ;; Adjust path as needed
3949 :config
4050 ;; REQUIRED: Your registered phone number
4151 (setq signel-account "+15550000000")
You can’t perform that action at this time.
0 commit comments