Commit graph

625 commits

Author SHA1 Message Date
Howard Abrams
285bf2d86c Fixed minor bugs 2024-08-07 22:17:37 -07:00
Howard Abrams
086725397a Fix bug in turning on imenu too much
We'll just ignore the errors ... good enough, right?
2024-08-07 22:17:32 -07:00
Howard Abrams
bcb28ef821 Wee bit of tidiness 2024-07-29 13:53:40 -07:00
Howard Abrams
2cf9421c22 Bug that didn't bring in publishing commands 2024-07-25 21:44:36 -07:00
Howard Abrams
12d12bd3da Got the imenu working as a menu mode 2024-07-25 21:44:36 -07:00
Howard Abrams
c7ed6c03f7 Experiment in highlighting the current symbol 2024-07-25 21:42:44 -07:00
Howard Abrams
15b9d4f519 Large ruby project at work that I can instantiate.
The 90's called ... they were wondering if you have seen their ctags.

I just can't believe how well this worked.
2024-07-25 21:37:53 -07:00
Howard Abrams
da58857ba8 Fix some bugs in my literate programming
Getting ready to publish an essay showcasing this.
2024-07-25 21:37:53 -07:00
Howard Abrams
4a8dd29d68 Starting to replace ha-local-leader for Major Mode Hydra 2024-07-25 21:37:53 -07:00
Howard Abrams
5c98dee1a0 Update some feeds from new/old blogs 2024-07-25 21:37:53 -07:00
Howard Abrams
2d41285097 Tidy up prose on evil and headers 2024-07-25 21:37:49 -07:00
Howard Abrams
7fdda6fdab Can't get rid of C-g finger memory.
So I'm doing both.
2024-07-25 21:36:42 -07:00
Howard Abrams
a1215cb1af Code reorganization 2024-07-18 22:17:12 -07:00
Howard Abrams
f9e0c63725 Bug fix and turn on xref to org connection 2024-07-18 08:31:17 -07:00
Howard Abrams
9400a4d2db Turning on the table of contents when exporting 2024-07-16 22:22:01 -07:00
Howard Abrams
59472d1cda Minor fix to jumping to org-blocks in literate world
The difference between space and blank, is that space includes newlines.
2024-07-16 22:07:56 -07:00
Howard Abrams
3aaf79eb24 Fix the index menu (imenu) and quite being clever 2024-07-16 21:55:38 -07:00
Howard Abrams
18980ec2f2 Fully integrated literate code blocks and xref 2024-07-16 21:55:35 -07:00
Howard Abrams
2aabdb28e5 More literate programming function cleanup 2024-07-16 21:54:49 -07:00
Howard Abrams
de7eadc5b9 Move example to website essay 2024-07-07 11:55:35 -07:00
Howard Abrams
0de35fbac9 Fix minor issue in Markdown render 2024-07-07 11:43:59 -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
90f919ca5b Removing need for f library at bootstrap level
Seems the f library isn't available in version 30 preview.
2024-07-05 20:45:12 -07:00
Howard Abrams
f269ef0cb0 Better spatial navigation of YAML docs
We'll see how useful this is. Remember `g t`
2024-07-04 23:20:35 -07:00
Howard Abrams
0f6d77f89b Fix a theme load bug 2024-07-04 23:20:11 -07:00
Howard Abrams
8ed6881484 Add buffer contents placement in a window 2024-07-04 23:18:46 -07:00
Howard Abrams
57e97b232a Move imenu to main configuration section 2024-07-04 23:17:25 -07:00
Howard Abrams
a0b9d355ff Turn on the index menu feature to the menu bar 2024-07-03 08:47:14 -07:00
Howard Abrams
9047dd7137 Visual indents and indent navigation
This is useful for Yaml ... maybe I should make it only available in
YAML files?
2024-07-02 23:00:01 -07:00
Howard Abrams
acc8cd98ba Minor changes to C-a
And M-j/k move up the function lists.
2024-07-02 22:58:28 -07:00
Howard Abrams
c047eaa18b Fix scrolling preferences in Evil
As well as address a bug when selecting an _inclusive_ function as a
text object. Now `d a d` will delete a function and the surround
whitespace and comments.
2024-07-02 21:53:59 -07:00
Howard Abrams
8eaf1d5600 Edit Org files not in Git
I can not jump to any Org file in my project whether or not that file
has been committed (as `rg` limits the searches to git repository files).
2024-07-02 21:27:18 -07:00
Howard Abrams
e1897c2e95 Toggle menu and line numbers easily
Toggling between relative, absolute and off for line numbers.
2024-07-02 21:27:18 -07:00
Howard Abrams
437f707deb Flexoki is too garish for me. Using the cool wilmersdorf
At least, for the moment.
2024-07-02 13:15:00 -07:00
Howard Abrams
563d2e4e8b Fix load errors in bootstrap
As well as pull out the unit tests.
2024-07-02 11:38:32 -07:00
Howard Abrams
6a143bf60b Make Markdown less garish. 2024-07-02 11:37:19 -07:00
Howard Abrams
e706db3394 Migrate my Ansible/YAML code into its own file 2024-07-02 10:11:23 -07:00
Howard Abrams
e0f9efabd2 Add the hl-todo and consult-todo
Along with fixing the cursor color on the form.
2024-07-02 10:11:23 -07:00
Howard Abrams
5b3d2b7d61 Expanded ability to edit any "section" of my configuration
This uses completing read to show a list of all headlines in my
project, load that file at that location. Fun to write.
2024-06-17 09:53:18 -07:00
Howard Abrams
57e9fa1051 Experimental jump to a hamacs headline
This might make it much easiler to keep code in the right place.
2024-06-06 23:04:37 -07:00
Howard Abrams
2bf50e1f78 Organizational bug fix 2024-06-03 22:28:14 -07:00
Howard Abrams
13c579c354 Swapping out Flyspell for Jinx 2024-06-03 21:08:59 -07:00
Howard Abrams
49a294eca1 Create a major-mode-hydra for Info 2024-06-03 18:41:02 -07:00
Howard Abrams
fd714ad8a0 After a thousand years, I've changed my theme
And fixed a few bugs related to switching between inside and out. :-D
2024-06-03 18:40:20 -07:00
Howard Abrams
d1ea08a791 Fix an RPG bug 2024-06-01 18:03:12 -07:00
Howard Abrams
f46a9772d7 Mastodon scroll and get more toots 2024-06-01 18:03:12 -07:00
Howard Abrams
1c0fa7072e Jump to an org heading with o h 2024-06-01 18:03:12 -07:00
Howard Abrams
cb96dae588 Bring back the yaml-ts-mode and combobulate 2024-05-31 15:20:47 -07:00
Howard Abrams
4450d665d1 YAML working again 2024-05-30 20:00:33 -07:00
Howard Abrams
bb21ab656e Fixed the devdocs with a pretty-hydra
Much more useful.
2024-05-30 19:59:54 -07:00