summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.org b/config.org index 40c54cc..5debae1 100644 --- a/config.org +++ b/config.org
@@ -1976,6 +1976,21 @@ options).
1976 #'acdw-elfeed-protocol-ttrss-update-then-reinit)) 1976 #'acdw-elfeed-protocol-ttrss-update-then-reinit))
1977#+end_src 1977#+end_src
1978 1978
1979** 0x0 (null pointer) :package:
1980
1981An ease-of-life package that lets me upload my shitty code to share it with
1982others.
1983
1984#+begin_src emacs-lisp :noweb-ref packages
1985 (straight-use-package '(0x0
1986 :repo "https://git.sr.ht/~zge/nullpointer-emacs"))
1987#+end_src
1988
1989#+begin_src emacs-lisp :noweb-ref settings
1990 (setq-default 0x0-default-service 'ttm)
1991#+end_src
1992
1993* Org mode :package:
1979 1994
1980** Install it with =straight.el= 1995** Install it with =straight.el=
1981 1996