Commit graph

651 commits

Author SHA1 Message Date
Howard Abrams
f09dcded7c Minor tweaks 2025-02-14 20:39:13 -08:00
Howard Abrams
ef61ce1e37 Change garbage collection settings
While I don't mind Emacs taking more memory now, I figured I wouldn't
do any garbage collection during start, and then drop down to a nice
level after.
2025-01-28 13:18:08 -08:00
Howard Abrams
fcb1fdb11d Shuffling my fonts ... yet again. 2025-01-28 13:14:48 -08:00
Howard Abrams
631bdecab1 Brought back my file listing when opening eshell
My life is already a dad joke.

Why didn't I think of putting the directory and git branch on the
header-line!?
2025-01-27 14:09:32 -08:00
Howard Abrams
cc84bff616 Migrate Mastodon to new server
Also, switching my Matrix account too.
2025-01-27 10:54:13 -08:00
Howard Abrams
14e023c730 Writing my own MUD Client for my MUD Server 2025-01-22 09:40:06 -08:00
Howard Abrams
2cd9a78e29 Fixed eshell's banner ... again
This time for realz!
2025-01-20 08:33:38 -08:00
Howard Abrams
1250e152c6 Smoother scrolling and more symbols
And a bit of reorganization.
2025-01-19 10:16:50 -08:00
Howard Abrams
bba1e52a06 Reorganization and wrong indentation 2025-01-16 15:06:16 -08:00
Howard Abrams
e36ae58ae0 Random image for my startup dashboard
Not that I restart Emacs that often, but ...
2025-01-16 12:00:27 -08:00
Howard Abrams
1ecf9aa6a2 I often do a use package, so make it a snippet 2025-01-16 11:45:02 -08:00
Howard Abrams
df7f423924 Enhance the demonstration code
Really enjoying dslide, and need to use it like my demo code ... globally.
2025-01-16 11:43:45 -08:00
Howard Abrams
0c69fd7a8f Update Telega display to remove icons
Better for work
2025-01-16 11:43:07 -08:00
Howard Abrams
c38243eb0a New year. New sprint. 2025-01-16 11:42:40 -08:00
Howard Abrams
5ac74fadce Fix starting bug with theme 2025-01-16 11:42:00 -08:00
Howard Abrams
f5cfc64d41 Update dslide-based demonstrations
I'm really digging the dslide approach, for most things, this is
easier to debug and work with. You still need to "mostly" be in the
presentation to get it to work.

I might have to have F5 pop to the presentation buffer, and then issue
a dslide next slide command ...
2025-01-15 15:47:38 -08:00
Howard Abrams
5ce9c25249 Theme now includes standard terminal colors 2025-01-14 22:03:10 -08:00
Howard Abrams
f40932c5de Personal snippets for Hugo 2025-01-08 21:02:38 -08:00
Howard Abrams
dcd050b37a Swapping git-gutter for vc-diff-hl 2024-12-26 11:40:29 -08:00
Howard Abrams
e40c57ff18 More fixes to the theme. 2024-12-16 17:05:09 -08:00
Howard Abrams
3adc01620a Not crazy about how winner mode doesn't work with persp mode 2024-12-16 17:04:32 -08:00
Howard Abrams
3f84fcd436 Fixing my presentation/demo configuration 2024-12-16 17:03:28 -08:00
Howard Abrams
c11ab5d0ef Make C-g close mini-buffer
This has annoyed me for a while, and I'm stealing Prot's solution.
2024-12-09 09:23:51 -08:00
Howard Abrams
994c36c5a5 Markdown snippets fixed
Not sure why they sometimes end up with the wrong names.
2024-11-26 10:40:13 -08:00
Howard Abrams
67811b8598 More tweaks to the theme
I know now why SVG files haven't been rendering correctly in Emacs.
It needs a width specification.
2024-11-26 10:40:02 -08:00
Howard Abrams
e7447aae93 Accidently add debugging code 2024-11-22 15:26:30 -08:00
Howard Abrams
229ca22aeb Tweaks to the new theme 2024-11-22 15:19:13 -08:00
Howard Abrams
3296583355 Touching up the pikchr images. 2024-11-22 13:06:27 -08:00
Howard Abrams
6fc09faf66 Create my own dark theme 2024-11-22 12:56:39 -08:00
Howard Abrams
105a97250c Fix eshell banner when directory is not a git project 2024-11-21 10:07:37 -08:00
Howard Abrams
e5891170a0 Fix minor bug when quitting presentations 2024-11-16 10:43:10 -08:00
Howard Abrams
6ea135ca41 Move searching for noweb references into the Literate section 2024-11-16 10:42:43 -08:00
Howard Abrams
77fd8f3bcb Adding a Session REPL to the Literate Mode 2024-11-05 19:48:38 -08:00
Howard Abrams
d60de45141 Better hiding of Org header lines 2024-11-05 12:07:27 -08:00
Howard Abrams
029a714bd7 Made show/hide cursor in the demo more resilient
Keeping track of state is hard!
2024-10-30 22:04:06 -07:00
Howard Abrams
9101e07990 Minor tweaks in the demo code
Getting much more stable as I figure out what exactly I want.
2024-10-30 21:57:51 -07:00
Howard Abrams
51864edd7c Fixed warnings in the literate programming code 2024-10-30 19:24:08 -07:00
Howard Abrams
4a2ed3b87b Fixed issues with displaying with org-tree-slide 2024-10-30 19:20:28 -07:00
Howard Abrams
5182b352cd Demo code can load file or switch to buffer 2024-10-29 19:42:34 -07:00
Howard Abrams
f735e4c59e Fix spelling 2024-10-27 22:52:36 -07:00
Howard Abrams
820e1853cb Add link to RSS in the header of the blogs 2024-10-27 22:52:02 -07:00
Howard Abrams
595d7db714 Fix two bugs in literate programming functions
First, file references need to be /relative/ to the buffer calling
them. Odd, but sure.

Second, we need to have our 'org backend come /before/ the dumb-jump,
otherwise, dumb-jump says it can't find it, and that is it.
2024-10-27 22:50:06 -07:00
Howard Abrams
3b0e21c128 Expand a literate prog work with extra snippets
These should be a lovely demonstration to solve a thorn I run into
year after year.
2024-10-25 22:07:34 -07:00
Howard Abrams
23efcd2a26 Minor fixes to work better with demonstrating hamacs 2024-10-25 22:05:22 -07:00
Howard Abrams
d816725afc Fix some issues and expand notes on Hippie and the Cape 2024-10-25 21:59:49 -07:00
Howard Abrams
2a70d6c344 Ignoring my theme for my website and writing the style myself.
Plus a bug fix for mail.
2024-10-25 21:59:44 -07:00
Howard Abrams
4629cbf1a0 Fixed issues with my focus mode 2024-10-25 16:22:59 -07:00
Howard Abrams
de7770280a Ignoring my theme for my website and writing the style myself.
Plus a bug fix for mail.
2024-10-20 21:40:36 -07:00
Howard Abrams
f1ddcec3ab Edit an Org section in another buffer 2024-10-19 13:43:11 -07:00
Howard Abrams
db4c460453 Tweaks to the display of Org files 2024-10-19 13:42:17 -07:00