Commit graph

10 commits

Author SHA1 Message Date
Howard Abrams
6c504eec6c Experimenting with org in variable pitch mode
Which really only works if the font size is similar and we still have
fixed width for code blocks.
2022-03-08 22:01:59 -08:00
Howard Abrams
219d0ecea7 Fixed a binding bug to my worksapces 2022-03-08 20:43:25 -08:00
Howard Abrams
1ba0447921 Using latest version of org-mode
The 9.4.4 version that comes with Emacs conflicts with a newer version
I install. This is because I need org before I tangle my files.

So, I've moved the straight and `(use-package org)` code to the
`init.el` file, and then the rest of the system comes right up with
the latest org, and without the conflicts.
2022-03-03 15:20:27 -08:00
Howard Abrams
8b53a1654f Add functionality for typographic quotes
Finally getting around to adding nicer quotes from Artur's Endless
Parenthesis blog. Org is getting prettier and prettier.
2022-02-17 09:50:34 -08:00
Howard Abrams
4ed8572a77 Magic incantation to get org-superstar working
Seems that since this package has both an `org-superstar` and a
`org-superstar-mode`, the standard `:hook` picks up the wrong one.
2021-12-27 10:13:21 -08:00
Howard Abrams
9ba17b5c20 Fix bug in :straight calls
Don't use :files in calls to :straight, and I like
2021-12-27 09:32:33 -08:00
Howard Abrams
40f30013b6 Workaround bug in org-superstar
I guess the `org-superstar-todo-bullet-alist` doesn't work with a
simple non-nil, so I'll look into it later.
2021-12-08 14:02:33 -08:00
Howard Abrams
e0e16e57d6 Excising useless user information 2021-11-18 12:12:19 -08:00
Howard Abrams
ee2eab464d Increase/Decrease the "font size" of the frame
While the `text-scale-increase` works fine for a single window, if I
want the font for the entire window, I needed something else. Added it
to the "Window" Hydra, so it could be a pink toggle.

While I was at it, I changed more `ha/` to `ha-` ... consistency!
2021-11-11 21:05:41 -08:00
Howard Abrams
513f2f06de Let's go ... first commit after a major refactor
Why yes, this will look like it sprung, like Athena, fully grown and
in armor from my head, but this is really just the mid-point of a new
endeavor.
2021-11-02 12:09:41 -07:00