commit dd034b50dfa0181079e34aba48537f7e78f5a3d4 parent 7a6049ad878e70dfb23f03505d4821b0125776a1 Author: Yuval Langer <yuval.langer@gmail.com> Date: Fri, 27 Dec 2024 01:18:30 +0200 Add some style to installation instructions. Diffstat:
M | README.org | | | 15 | ++++++++------- |
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/README.org b/README.org @@ -13,16 +13,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 +(taken from [[http://xahlee.info/emacs/emacs/emacs_installing_packages.html]]) + +1. Add the =detubifier.el= file to =~/.emacs.d/lisp= directory (if this doens't exist create it using src_sh{mkdir -p ~/.emacs.d/lisp}). +2. Add something like this to your emacs init file: + +#+begin_src elisp +;; 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") - +#+end_src * Usage: @@ -124,4 +126,3 @@ Lorem ipsum blah blah yada yada. :PROPERTIES: :INDEX: fn :END: -