Howard Abrams
6d92980311
Migration from ~/other to ~/src
...
Why was it any other way?
2024-10-19 13:34:01 -07:00
Howard Abrams
2bd14a876a
Create new demonstration code
...
This replaces demo-it, but I will be bringing some, more general
functions, over from it.
2024-10-19 13:26:27 -07:00
Howard Abrams
71168110e0
Fixing my Markdown configuration a bit
...
Just need to get the fonts working better.
2024-09-02 15:57:51 -07:00
Howard Abrams
45cd891452
Minor bug fix
2024-09-02 15:28:14 -07:00
Howard Abrams
85a7613f69
Forked my own copy of pikchr-mode to fix a bug
...
Will revert if and when it is accepted and merged.
2024-08-10 12:35:48 -07:00
Howard Abrams
24d13c1a07
Issues with work-related stuff, like Ansible and Markdown
...
Now doing a lot of work with Markdown, and need to add linting and
other features.
2024-08-10 12:35:44 -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
13c579c354
Swapping out Flyspell for Jinx
2024-06-03 21:08:59 -07:00
Howard Abrams
1c0fa7072e
Jump to an org heading with o h
2024-06-01 18:03:12 -07:00
Howard Abrams
2c312afc37
Fix a bug in how I use jack-html
2024-04-29 15:35:53 -07:00
Howard Abrams
d81db4a671
Fix up HTML export and use some Jack HTML
2024-04-25 13:37:27 -07:00
Howard Abrams
27ce047521
Changes incorporated from Emacs for Writers
2024-03-06 20:11:32 -08: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
c907a8b6e9
Adding pikchr support to org
2024-03-04 09:28:35 -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
Howard Abrams
62651466e2
Reorganizing my Publishing Approach
...
Getting ready to ship an exported version of my files up to my own
server.
2023-12-20 19:54:30 -08:00
Howard Abrams
2d9725290b
Fix header to have correct tags
2023-12-19 20:15:26 -08:00
Howard Abrams
6e92e3d13d
New Mac system shook out some MacOS changes needing incorporation
...
Specifically how Homebrew is installing its goodies in a different
location, which makes it a bit incompatible with my Linux boxen.
2023-11-06 09:45:45 -08:00
Howard Abrams
f71b4f8ad9
Moved org commands to the main leader, under SPC o
...
This allows me to have the local-leader be programming-specific,
which means that I can standardize on the hierarchy there.
2023-10-12 15:51:12 -07:00
Howard Abrams
b8f8f2421f
Tangling was a mistake
...
Unless I want to redo everything, and always tangle files (tempting).
2023-07-10 09:25:40 -07:00
Howard Abrams
f0f1834c02
Better notice of function names in Org files
2023-07-05 10:22:19 -07:00
Howard Abrams
ccb49d5a58
Tangle all configuration files to my elisp
directory
...
Haven't really needed this, as I have a function to load the org file
as Emacs Lisp code directly, but this can be a little helpful for debugging.
2023-07-05 10:22:18 -07:00
Howard Abrams
add010fd44
Label the g
commands for which-key
...
Cleaned up the commands that follow on the g key with labels, and I
got rid of commands that I don't think is useful.
This required changes through the repo, but things are looking good.
I also changed the behavior of `e` and `E`, and `w` and `W` based on
how I think that should be.
2023-06-15 15:48:49 -07:00
Howard Abrams
b8df072250
Definition jump to a <<noweb>> in literate org files
2023-06-14 17:35:08 -07:00
Howard Abrams
134dbcbb08
Download and use the latest org version
...
The org version on my current v29 build of Emacs seems to be broken,
so I'm now downloading the latest org version.
2023-05-25 10:26:34 -07:00
Howard Abrams
882cf0dba7
Fix/Cleanup many of the keybindings
...
Creating multiple general leader keys per mode, doesn't work. Instead,
I need to re-use the _local leader_ but add the keymap during the
definition.
2023-05-01 11:49:33 -07:00
Howard Abrams
0f87c4ddb5
Text object for functions
...
I've been wanting the ability to have a text object select a function.
Sure, I've had the ability to grab an s-expression, but a function, in
other inferior languages, isn't bound by such syntax.
2023-04-19 08:47:47 -07:00
Howard Abrams
3283d3bfcc
HTML Export is not more attractive in dark mode.
2023-04-03 09:29:08 -07:00
Howard Abrams
1b81e2178a
Finally got litagures working on my Mac
...
Using a couple of hacks, but I'm keeping Mickey Peterson's project as
that seems like a better solution for the Linux system.
2023-04-01 16:32:16 -07:00
Howard Abrams
e1cf1c5d04
We never need the HTML validation link.
2023-03-17 19:25:55 -07:00
Howard Abrams
a80bd6d068
Local leader bound to comma
...
I thought that I would use Evil's , as a backward's search, and got
rid of Spacemacs approach to having the , as a local leader.
Well, a year later, I can't remember ever using the comma for that
reason. So I'm converting back.
2023-03-15 09:28:26 -07:00
Howard Abrams
8289a9d31f
Better exporting of Org sections
2023-03-15 09:28:26 -07:00
Howard Abrams
12d7b0f68e
Fix Mastodon repository references
2023-03-15 09:28:26 -07:00
Howard Abrams
01a0958e6f
Update the copyright year
...
This really was a lark to see if I could change ALL the files using
woccur and a regular expression. Quite please with how simple that was.
2023-02-23 09:35:36 -08:00
Howard Abrams
5ad5e44adf
Clock in when DOING a project
2023-02-21 17:26:05 -08:00
Howard Abrams
0570a5f1fa
MacOS's Spotlight is more general than Org
...
And my org-find-file should be in the org configuration file.
2023-01-16 09:48:10 -08:00
Howard Abrams
a08a5d2dc8
Add block level movement in org-files.
2022-11-03 22:18:08 -07:00
Howard Abrams
68bd5c64bf
Swapping corfu in for company
...
I just find that company isn't helpful and is distracting.
The advantage to corfu, is that I spent the time to understand and
configure it to act the way that I find helpful.
2022-10-21 22:08:02 -07:00
Howard Abrams
4ad496b98b
Converted my piper to a data-oriented functions
...
I liked my piper idea, but I just used it so seldom. Instead, I feel
like the ideas could be integrated into a data-focused function
collection. The interface is actually more dynamic and I can use it
without the "Piper" interface.
2022-10-17 20:49:00 -07:00
Howard Abrams
199468339f
Migrate dictionary to online service
2022-09-26 17:22:20 -07:00
Howard Abrams
0ec5575248
Formatting and bug fixes
2022-09-20 23:11:29 -07:00
Howard Abrams
4927f5e5b2
Defining words from Noah Webster's 1913 dictionary
2022-09-16 15:38:59 -07:00
Howard Abrams
e6d1e06f07
I edit blocks all the time, so let's reuse the window
2022-09-11 22:26:07 -07:00
Howard Abrams
a19b0a984c
Initial effort for a perfect-sentence feature.
...
Can't believe it works this well, and with very little effort.
2022-09-09 16:47:49 -07:00
Howard Abrams
3cad9fdaf6
Bug fixes!
...
Addresses some compilation warnings and some linting errors.
2022-09-02 16:12:04 -07:00
Howard Abrams
30d151bd1f
Consistent straight access to github/gitlab projects
...
This is just a clean up.
2022-08-09 09:57:20 -07:00
Howard Abrams
943eaf7d27
Gah, fix paren issue
2022-07-07 09:26:55 -07:00
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