Howard Abrams
45f670d7cd
Fixed my issues with the MacOS Spotlight search
...
The problem I was actually having was with the operating system
configuration, but in the process of cleaning up the code, I made it
easier to read.
2022-07-05 16:08:47 -07:00
Howard Abrams
ffbd253e65
Convert to lower-case #+BEGIN_SRC blocks
...
While I was at it, I address some prose-specific comments like passive
sentences and weasel words.
2022-06-17 17:25:47 -07:00
Howard Abrams
5329879253
Adding REST services as org-mode blocks
...
I've now used this twice to investigate and document a new API.
2022-06-16 12:15:43 -07:00
Howard Abrams
450dfe043e
Got write-room, proselint AND textlint working in Org files
...
Created a flycheck chain for all of them. My writing will soon become great!
2022-06-16 11:20:51 -07:00
Howard Abrams
410183617d
Expand the Spell checking with abbrev-mode
...
I've gone back and forth on the usefulness of using abbrev-mode for
auto-correcting spelling mistakes, but let's turn it on with a vengeance.
2022-05-31 12:00:47 -07:00
Howard Abrams
c12ffd9028
Convert evil-define-key to :general extension
...
This seems to look easier on the eyes.
2022-05-16 13:34:05 -07:00
Howard Abrams
7900ed9564
Replacing ace-link with link-hint
...
As it seems to do the same thing, but has slightly more link refs.
2022-04-29 10:28:11 -07:00
Howard Abrams
3dd1c79f63
Learn more about g
key, and added gu
...
This goes with `g k` to go up a sibling outline element.
2022-04-27 22:26:07 -07:00
Howard Abrams
5af60f7cf9
Expand Ansible functionality
...
Doing a lot of Ansible for my day job lately, so now we can hook up
the documentation directly, and use a poly-ansible to switch between
Jinja and YAML syntax.
2022-04-11 21:04:41 -07:00
Howard Abrams
2b1bdb32a1
Get PlantUML back to working in org mode documents
...
Changed the name of a function, and didn't realize it broke my
snippets until I tried to use it.
2022-04-11 20:37:15 -07:00
Howard Abrams
fbf4ee929c
Re-add my "Search the Notes" feature
...
Instead of calling a shell-script, find-notes, I now call `mdfind` and
`recoll` directly and then call `grep` on the resulting files.
2022-04-09 09:10:55 -07:00
Howard Abrams
b84fbeb5d4
Fix the dashboard including a function to tell me what is available
...
Minor tweaks to things that have bothered me.
2022-04-01 11:35:27 -07:00
Howard Abrams
6ddd2f6c95
Making org files look pretty without the notebook
...
Still having trouble getting the notebook working, but at this point,
I really just want Org to look cooler. :-D
2022-03-25 11:11:15 -07:00
Howard Abrams
ccebc03e7f
Trying out Protesilaos' distraction-free focus package
...
This brought back Olivetti as well as creating a DWIM function for
narrowing a buffer the way I would expect.
2022-03-25 11:02:02 -07:00
Howard Abrams
1a5e20a359
Define the flycheck checker after flycheck is available
2022-03-15 09:54:30 -07:00
Howard Abrams
31a706d5f9
Using imenu to jump to Org headers
...
And a couple other tweaks.
2022-03-11 10:55:39 -08:00
Howard Abrams
0dd7ba0355
Minor copyright touchups on my snippets.
2022-03-09 17:14:21 -08:00
Howard Abrams
b5a82133ca
Clarify the creative commons on tangled files
...
Do I really need the copyright symbol? I love how the proselint
insists that I use the unicode character (which unicoding all the
files sounds great to me).
What could go wrong there? :-D
2022-03-09 10:48:26 -08:00
Howard Abrams
5e3c45a9a8
Got better write-good and proselint working.
...
My English is very good.
2022-03-08 22:01:19 -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
d6484b9f44
Keybindings for easily correcting spelling mistakes.
2022-02-17 11:38:41 -08:00
Howard Abrams
d0f3a321f7
Add keybinding to the focused work code
...
Let's get back to an easy way to focus my workflow.
2022-02-17 09:53:06 -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
4134b243c9
I never use super or subscript nomenclature in org.
2022-02-02 11:53:16 -08:00
Howard Abrams
87e2d4e292
Move stuff around
...
Needed to move the Terminal stuff over to remoting, as I don't include
the aux-apps in my Work-specific Emacs system. While I was at it, I
noticed some key conflicts with org, so fixed that too.
2022-01-06 15:36:39 -08:00
Howard Abrams
a85aae30b9
Org commands off the general leader
...
Shamelessly stolen from Doom Emacs
2022-01-04 16:14:38 -08:00
Howard Abrams
14e3d5e9d9
Integrate the writeroom
...
A limited UI with the idea of removing distractions.
2021-12-29 18:52:00 -08:00
Howard Abrams
b228b781e0
Add a thesaurus
...
Add the powerthesaurus and define-word to enhance my writing,
communication and digitial prosaisms.
2021-12-29 11:43:41 -08:00
Howard Abrams
de34f29611
Turn on the spell check
...
I like the spellcheck mode, and I especially like to be able to realize
that I misspelled a word, and correct it from afar.
2021-12-29 11:15:20 -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
4a5f426428
Meta-Space for Global Leader, and Shift-Space for Local
...
Let's see if this really works for insert mode.
2021-12-14 11:42:26 -08:00
Howard Abrams
a79a8651b0
Consistency for local leader actions
...
Both M-SPC as well as the F17 function key for accessing the
mode-specific stuff. Granted, I need to flesh those out more.
2021-12-14 11:26:11 -08:00
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