summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-29 09:38:32 -0600
committerCase Duckworth2021-01-29 09:38:32 -0600
commit32299ba18e955e60778f9ec4fe008100f2a37586 (patch)
tree83b71274db5a7f10b1cd2e9ecd673a7d75ed46a2 /config.org
parentRe-align tags (diff)
downloademacs-32299ba18e955e60778f9ec4fe008100f2a37586.tar.gz
emacs-32299ba18e955e60778f9ec4fe008100f2a37586.zip
Add 0x0
Diffstat (limited to 'config.org')
-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