Commit graph

22 commits

Author SHA1 Message Date
Howard Abrams
6d92980311 Migration from ~/other to ~/src
Why was it any other way?
2024-10-19 13:34:01 -07:00
Howard Abrams
c2009b56ec Pulling in the helpful package before using it 2024-08-10 12:35:48 -07:00
Howard Abrams
7fdda6fdab Can't get rid of C-g finger memory.
So I'm doing both.
2024-07-25 21:36:42 -07:00
Howard Abrams
9400a4d2db Turning on the table of contents when exporting 2024-07-16 22:22:01 -07:00
Howard Abrams
7b4e7c4ab3 Collect all literate programming support in one file
This is pretty cool, and I need to blog about this.
2024-07-07 11:30:07 -07:00
Howard Abrams
8ed6881484 Add buffer contents placement in a window 2024-07-04 23:18:46 -07:00
Howard Abrams
e1897c2e95 Toggle menu and line numbers easily
Toggling between relative, absolute and off for line numbers.
2024-07-02 21:27:18 -07:00
Howard Abrams
57e9fa1051 Experimental jump to a hamacs headline
This might make it much easiler to keep code in the right place.
2024-06-06 23:04:37 -07:00
Howard Abrams
2bf50e1f78 Organizational bug fix 2024-06-03 22:28:14 -07:00
Howard Abrams
49a294eca1 Create a major-mode-hydra for Info 2024-06-03 18:41:02 -07:00
Howard Abrams
690724f66a Expanding Dired ... mostly with new links to essays
Really getting some use out of dired. Played with casual-dired, but I
like my own approach just fine.
2024-05-19 09:26:56 -07:00
Howard Abrams
b9e1d96307 Reformat the org structure
This just brings most headers up a level.
2024-05-07 14:36:54 -07:00
Howard Abrams
0fcfaebdfe Fix dired issues
Had a couple of bugs as well as an annoyance by pinning it to "Window 0".

Keeping it simple by focusing on `dired` (and mostly letting dirvish
just pretty it up) and let it be in a buffer where it works better.
2024-05-07 14:36:29 -07:00
Howard Abrams
4be29c4c81 Touchup for using Consult over other keybindings 2024-04-12 14:57:10 -07:00
Howard Abrams
2ac1ef3312 Expand the consult features into more menu items 2024-03-29 16:08:58 -07:00
Howard Abrams
dfd72642ef Address issues with exiting Emacs 2024-03-22 14:09:49 -07:00
Howard Abrams
815f86fd87 Better Lisp Editing with major-mode-hydra 2024-03-22 13:44:17 -07:00
Howard Abrams
988c0dac2e Decided I like lowercase headers better
Oh, and let's fix the FILETAGS. Thank goodness for woccurrrrrr.
2024-03-06 20:02:25 -08:00
Howard Abrams
ca4799e524 Migrating my local leader key to major-mode-hydra
Seems that the leader has a bug when it comes to local mode maps, and
the major-mode hydra is an attractive alternative. Granted, I do feel
the need to group things for the tabular view, but that isn't a bad thing.

Need to take a pass at my more-complex code in my programming stuff.
2024-03-03 20:18:00 -08:00
Howard Abrams
a11c9b7290 Let's easily edit the files.
Finally upgraded to Emacs 29.2 on the Mac.
2024-02-21 16:28:57 -08:00
Howard Abrams
52046ffa91 Removed projectile for the built-in project 2024-02-13 11:30:52 -08:00
Howard Abrams
778bfd4685 Made Evil optional
Probably one doesn't need to hedge any bets, but I want to be able to
eventually swap out Evil for Meow (or something of my own crafting),
so wrapping evil-specific calls with a condition doesn't sound like a
bad idea.
2024-02-09 12:07:05 -08:00