Commit graph

590 commits

Author SHA1 Message Date
Howard Abrams
88f2b35e3f Nifty ability to encrypt sections of an org file
Plus, let's get some formatting for Telega messages.
2024-09-02 15:46:50 -07:00
Howard Abrams
45cd891452 Minor bug fix 2024-09-02 15:28:14 -07:00
Howard Abrams
f2287c59a0 Simplified my org journaling code 2024-09-02 15:27:32 -07:00
Howard Abrams
2317cc5d37 Going back to <... for Yasnippet expansions
And I need to make these uppercase if I'm going to officially publish
a book on the subject.
2024-08-17 22:30:27 -07:00
Howard Abrams
d4737e5528 Add new snippets 2024-08-11 21:04:53 -07:00
Howard Abrams
4267673853 Publishing my literate initialization with one function 2024-08-10 21:59:26 -07:00
Howard Abrams
4e11a22457 Journaling cleanup 2024-08-10 21:59:03 -07:00
Howard Abrams
a9ce3c1d27 Fixed a "race condition" startup bug
I wanted to have an icon associated with the major mode hydra, but the
display system wasn't available at this time. So, now we can override it.
2024-08-10 21:58:05 -07:00
Howard Abrams
b162327c7d Let's just sit and meditation before painting the screen 2024-08-10 19:36:22 -07:00
Howard Abrams
c2009b56ec Pulling in the helpful package before using it 2024-08-10 12:35:48 -07:00
Howard Abrams
67cbe9883e Fixed a number of minor warnings 2024-08-10 12:35:48 -07:00
Howard Abrams
3042ffe460 In eshell, expanded my "set" to also set variables in environment
Also, converted my 'execute" command on a buffer file to use the shell
instead of eshell (as eshell's use of buffers is odd and I find it
disconcerting). Not sure what I would like here, though.
2024-08-10 12:35:48 -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
f1fa3742a0 Changing snippets to # instead of <
This reduces the conflicts and is just as unique.
2024-08-07 22:17:37 -07:00
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