commit 7a6049ad878e70dfb23f03505d4821b0125776a1 parent 190532379a945980f45cd566f308dac890b5c498 Author: Anonymous <noone@anonymous.com> Date: Thu, 26 Dec 2024 15:06:47 -0600 Add installation instructions. Signed-off-by: Yuval Langer <yuval.langer@gmail.com> Diffstat:
M | README.org | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/README.org b/README.org @@ -12,6 +12,18 @@ Functions that replace URLs of enshittified social media services with nonenshit * Introduction: +* Install: +( from http://xahlee.info/emacs/emacs/emacs_installing_packages.html ) +1. add detubifier.el file to .emacs.d/lisp directory (if this doens't exist create it +#mkdir -p ~/.emacs.d/lisp +2. add something like this to your emacs init file: + +;; add lisp dir in emacs init dir, to load path +(add-to-list 'load-path (concat user-emacs-directory "lisp/" )) +;; load a package named xx.el +(load "detubifier") + + * Usage: 1. Set up `detubifier-regexp-replacement-pairs` using the customize-variable command.