Howard Abrams
40041912f9
Remove TAB for hippie-expand
...
This has been tripping me up in very odd situations, so I will just
use its original key bindings.
2023-04-19 08:57:06 -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
b7a35fe1dc
Fix some movement, including a better start to visual
...
Why not have `v` (when programming), select the entire symbol?
2023-04-06 22:00:12 -07:00
Howard Abrams
7a5ccc996b
Time to play with tree-sitter now that I have v29
2023-04-06 21:58:41 -07:00
Howard Abrams
3283d3bfcc
HTML Export is not more attractive in dark mode.
2023-04-03 09:29:08 -07:00
Howard Abrams
2012a466c4
If I have a bug, let's see if we can keep going.
2023-04-03 09:24:52 -07:00
Howard Abrams
1884e60275
Let's use Prot's backup git clone for pulsar
2023-04-01 16:38:53 -07:00
Howard Abrams
e106fb9f64
Playing with ChatGPT AI
2023-04-01 16:32:16 -07:00
Howard Abrams
7ea4bd75ea
Getting Ruby working better
2023-04-01 16:32:16 -07:00
Howard Abrams
1523109430
Ouch. What an embarrassing bug.
2023-04-01 16:32:16 -07:00
Howard Abrams
d586bc2e2b
Capturing windows look better with v29
2023-04-01 16:32:16 -07:00
Howard Abrams
98fa91dc66
Add a transpose window orientation
2023-04-01 16:32:16 -07:00
Howard Abrams
4415138707
Fix a bug
...
Also, what is it about `use-package` take silently dies when it
encounters both a :config and :init ... but works if they are in
separate `use-package` forms.
2023-04-01 16:32:16 -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
b433f5d2e6
Docker is all the rage
2023-04-01 16:32:16 -07:00
Howard Abrams
a30dcaf72a
What is going on with use-package!?
...
Seems that a combination of :tags break it.
2023-04-01 16:32:16 -07:00
Howard Abrams
2446ddbdf2
Change leader to comma and forgot some bindings
2023-04-01 16:32:16 -07:00
Howard Abrams
d1839ef90b
Open EWW link to specific window
...
Following a link is nice, but if I want to read without loosing my
frame of reference, I need to open it in another window.
2023-04-01 16:32:16 -07:00
Howard Abrams
94ab832ba7
Fix lispyville mode hooks
2023-04-01 16:32:16 -07:00
Howard Abrams
4be00bd345
Add elisp-demos back into system
2023-04-01 16:32:16 -07:00
Howard Abrams
ce756d681c
Changes for working on Linux
2023-03-23 22:28:06 -07:00
Howard Abrams
e1cf1c5d04
We never need the HTML validation link.
2023-03-17 19:25:55 -07:00
Howard Abrams
6dfb07b3bf
Swap clever parens for lispyville
...
The lispy+lispyville is more feature-rich than the
smart-parens+clever. Both are fantastic, but I'm switching my lisp
work for lispyville.
2023-03-17 19:19:55 -07:00
Howard Abrams
b88172db48
Create a hydra for new Evil state for moving around
2023-03-17 09:55:12 -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
623aa30bc1
When Emacs starts, my Mac now pronounces it correctly
2023-03-15 09:28:26 -07:00
Howard Abrams
ff9703ce2e
Type space dash space to get an en-dash
...
Unless, of course, we are making an org dashed bulleted list.
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
7a67663f40
Minor changes.
2023-02-27 13:46:17 -08: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
3e1c6b3fe7
Refactor initialization and bootstrap regarding straight
...
Thinking of migrating to elpaca, and thought I would make it more approachable.
2023-02-23 09:28:00 -08:00
Howard Abrams
ca2288a73f
Still struggling to get Emacs built on the Mac
...
Seems the gccjit gets borked, and I'm struggling to get it unborked.
2023-02-21 17:26:51 -08:00
Howard Abrams
da0919d558
Looks like I need cucumber support
...
At least to read feature files.
2023-02-21 17:26:25 -08:00
Howard Abrams
5ad5e44adf
Clock in when DOING a project
2023-02-21 17:26:05 -08:00
Howard Abrams
66c30a2252
Integrating the Matrix via ement
2023-02-21 17:25:33 -08:00
Howard Abrams
dcdd481713
Fix Sprint numbering for 2023
...
My PM delayed the start of our "first" sprint of the year, and this
wreaked havoc with my algorithm. Granted, I often need to tweak it
each year.
2023-02-01 08:19:20 -08:00
Howard Abrams
60a960b4fe
Different fonts for body and org headers
...
Yeah it seemed that I should define the font in one file and use it in
another. Normally, this wouldn't fly.
2023-02-01 08:09:01 -08:00
Howard Abrams
01b9abdd4c
Bug fix in org-find-file
...
Taken from an update on my website.
2023-02-01 08:07:52 -08:00
Howard Abrams
77facd8668
Using XCharter as my default proportional font.
2023-01-19 17:23:20 -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
31fdabd1e3
Easy to find org-mode files in the current project
...
The work for this is from a essay on my blog at
https://howardism.org/Technical/Emacs/org-find-file.html
2023-01-15 21:42:15 -08:00
Howard Abrams
1d60966780
Update reference to Prot's pulsar project
2023-01-15 21:42:15 -08:00
Howard Abrams
7b5fd29f82
Add org-find-file-by-tag function
...
For details on this, see an essay on my website:
https://howardism.org/Technical/Emacs/org-find-file-tags.html
2023-01-11 21:34:19 -08:00
Howard Abrams
1dbccee411
Changes to the Autocomplete system
...
While I reorganized my layout, the big changes is getting corfu to
work instead of company, integrating with hippie expand. This may be
completely sufficient for the moment.
2023-01-09 20:03:42 -08:00
Howard Abrams
59e72f33e4
Eschewing flycheck-yamllint as it can be part of flycheck
...
Also, the polymode causing me more grief now, so I'm removing it
temporarily.
2023-01-09 20:03:42 -08:00
Howard Abrams
4718aba6ed
Fix bug for having my compile commands go to eshell
...
Now that EAT can handle the weird `docker` and `ansible-playbook`
commands that I do.
2023-01-09 20:03:42 -08:00
Howard Abrams
0f55a368c5
Reverting back to LSP instead of eglot
...
I may change back.
2023-01-09 20:03:42 -08:00
Howard Abrams
b3a22bbd39
Eat a Terminal integration with Eshell
...
As well as fix some bugs.
2023-01-09 20:03:42 -08:00
Howard Abrams
cb2be95569
Better capture from scripts
...
Now I can have a script (bound to a global key in my operating system)
start a frame for taking notes/minutes for a meeting.
2023-01-09 20:03:42 -08:00