Commit graph

21 commits

Author SHA1 Message Date
Howard Abrams
334517380c Add motion to SPC prefix general leader
And fixed a bug to make them consistent.
2021-12-08 13:57:42 -08:00
Howard Abrams
373024ac22 Better org file export of Confluence and Markdown 2021-11-23 16:40:50 -08:00
Howard Abrams
ad7125ad64 Create local leaders for various modes
This way, SPC-m will always be special for each major mode
... something like that.
2021-11-23 16:34:48 -08:00
Howard Abrams
e0e16e57d6 Excising useless user information 2021-11-18 12:12:19 -08:00
Howard Abrams
b205f0199d Refactored complicated literate with noweb refs
This allows me not to worry about order when code is tangled, and
instead allows the code to "pull" in named code blocks inside the
`use-package` calls.
2021-11-18 09:40:12 -08:00
Howard Abrams
947e0fb547 Use noweb instead of tangle order
The noweb feature allows me to define self-contained code blocks, but
during emacs load time, only evaluate them /after/ org has loaded.

The downside is needing to /name/ them.
2021-11-17 10:32:02 -08:00
Howard Abrams
f4a69065fc Integrate Mail into Emacs
The mail system connects to my Gmail account with isync and notmuch,
and allows me to interact with with it, like hey.com ... oh, and I can
compose email messsage in org format.

Pretty slick. Now, if I just used mail.
2021-11-14 22:08:09 -08:00
Howard Abrams
3b33def950 Integrating org-super-agenda to supe-up my agenda display
This makes it easier to see what is going on.
2021-11-14 20:51:53 -08:00
Howard Abrams
c7a79697a1 Fix startup bugs with straight
And also some Org mode settings for indenting stuff.
2021-11-13 22:18:19 -08:00
Howard Abrams
065e673b7f Add Neotree and make it prettier to display with all the icons 2021-11-13 22:16:25 -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
465fb840c1 Add journal system as well as auto inserting
One big feature of the org-journal is the ability to auto generate
empty files, and I realized that I needed to kick it up a notch with
the auto-insert. Actually brought my old code from years ago, as it
still works.
2021-11-10 14:31:15 -08:00
Howard Abrams
38fb532b09 General org enhancements 2021-11-09 17:28:58 -08:00
Howard Abrams
705b2f92d7 Install ace-link for quick link jumps 2021-11-09 17:27:54 -08:00
Howard Abrams
a3a7b8d464 Move unfill-paragraph to general config
As it really isn't org-specific.
2021-11-09 17:26:42 -08:00
Howard Abrams
dee00af73b Capturing notes with org
Added/converted my `capturing-notes` essay and code, plus a couple of
minor org-related bugs.
2021-11-09 08:19:16 -08:00
Howard Abrams
f337048da3 Fixed bugs and made things more consistent, ha-
Making the Git menu more consistent as well.
2021-11-08 16:02:39 -08:00
Howard Abrams
8994fe4e8e Fixed bugs. Working real swell now. 2021-11-08 12:06:04 -08:00
Howard Abrams
6d33305992 Fixed some Org bugs, including local prefix. 2021-11-05 17:07:33 -07:00
Howard Abrams
d3f14de2ee Getting work-specific code to work
This includes some org-specific stuff, like my Sprint and clipboard code.
2021-11-05 17:06:55 -07: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