Commit graph

10 commits

Author SHA1 Message Date
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