# HG changeset patch # User Richard Westhaver # Date 1717730138 14400 # Node ID 889759cafcc238e90682c2e4b71041fc157d90dd # Parent 84097475a40a1ab2d523763916de5443ac983835 style update diff -r 84097475a40a -r 889759cafcc2 draft/a-bit-of-risc.org --- a/draft/a-bit-of-risc.org Sun Jun 02 20:06:36 2024 -0400 +++ b/draft/a-bit-of-risc.org Thu Jun 06 23:15:38 2024 -0400 @@ -1,5 +1,6 @@ #+title: A Bit of RISC #+date: [2024-03-11 Mon] +#+setupfile: ../../../clean.theme I recently picked up [[https://dl.acm.org/doi/10.5555/2462741][Hacker's Delight]] and having a lot of fun with it. It's a collection of bit-manipulation tricks collected by hackers over many years. You can flip open pretty much anywhere in the book diff -r 84097475a40a -r 889759cafcc2 draft/a-lispy-database.org --- a/draft/a-lispy-database.org Sun Jun 02 20:06:36 2024 -0400 +++ b/draft/a-lispy-database.org Thu Jun 06 23:15:38 2024 -0400 @@ -1,5 +1,6 @@ #+title: A Lispy Database #+options: toc:t h:1 +#+setupfile: ../../../clean.theme One of the key features missing in the =core= is a DBMS. The first, and often only choice for this need in companies of today is a SQL RDBMS. diff -r 84097475a40a -r 889759cafcc2 draft/dylib-skel.org --- a/draft/dylib-skel.org Sun Jun 02 20:06:36 2024 -0400 +++ b/draft/dylib-skel.org Thu Jun 06 23:15:38 2024 -0400 @@ -1,4 +1,5 @@ #+title: Shared Library Skeletons +#+setupfile: ../../../clean.theme * Overview :PROPERTIES: :ID: 748ba6e4-60db-4ff7-9d78-12c3f67644d8 diff -r 84097475a40a -r 889759cafcc2 draft/hello-world.org --- a/draft/hello-world.org Sun Jun 02 20:06:36 2024 -0400 +++ b/draft/hello-world.org Thu Jun 06 23:15:38 2024 -0400 @@ -1,5 +1,6 @@ #+title: (hello world) #+options: toc:t h:1 +#+setupfile: ../../../clean.theme * COMMENT Introduction Hello World, diff -r 84097475a40a -r 889759cafcc2 draft/on-lisp-ecosystems.org --- a/draft/on-lisp-ecosystems.org Sun Jun 02 20:06:36 2024 -0400 +++ b/draft/on-lisp-ecosystems.org Thu Jun 06 23:15:38 2024 -0400 @@ -0,0 +1,1 @@ +#+setupfile: ../../../clean.theme diff -r 84097475a40a -r 889759cafcc2 draft/outlines.org --- a/draft/outlines.org Sun Jun 02 20:06:36 2024 -0400 +++ b/draft/outlines.org Thu Jun 06 23:15:38 2024 -0400 @@ -1,4 +1,5 @@ #+title: outlines +#+setupfile: ../../../clean.theme * Overview Source code files are hard to manage. They can get unwieldly quickly and making the wrong assumption about your whereabouts in the code tree can have unintended diff -r 84097475a40a -r 889759cafcc2 readme.org --- a/readme.org Sun Jun 02 20:06:36 2024 -0400 +++ b/readme.org Thu Jun 06 23:15:38 2024 -0400 @@ -1,5 +1,6 @@ #+title: blog #+EXPORT_FILE_NAME: index +#+SETUPFILE: ../clean.theme * posts * drafts ** DRAFT A Bit of RISC