Commit graph

414 commits

Author SHA1 Message Date
Howard Abrams
612b479c3a Bring in code from a web essay for parsing data structures 2023-06-14 17:36:30 -07:00
Howard Abrams
b8df072250 Definition jump to a <<noweb>> in literate org files 2023-06-14 17:35:08 -07:00
Howard Abrams
b948a940a4 Fix how I send code to a Project's Terminal 2023-05-31 17:08:15 -07:00
Howard Abrams
eaa547e445 Still futszin' with Tree Sitter 2023-05-31 17:07:59 -07:00
Howard Abrams
6295e56fd8 Telegram settings 2023-05-31 17:07:45 -07:00
Howard Abrams
8ee81a3cb7 Update a project from upstream without using Magit 2023-05-31 16:58:58 -07:00
Howard Abrams
28cc8d0178 Back to using my latest changed version of demo-it 2023-05-25 10:41:21 -07:00
Howard Abrams
ff55f0fbc4 Looks like yaml-pro doesn't need to know about Tree Sitter 2023-05-25 10:40:28 -07:00
Howard Abrams
56f819939e Instructions on rebuilding Emacs for Mac
Still struggling when brew updates some package, and then Emacs
doesn't work anymore, because of the JIT.
2023-05-25 10:36:55 -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
b853cc5d13 Send code blocks from Markdown to current Terminal
Lot of terminal changes here ...

  * Single command to split window and launch terminal
  * Better terminal names based on the project
  * Send current line (or code block) to project's terminal

This last bit is attempting to dwim based on major mode and context.
So far, it is nice to read a README.md, and send the commands my
teammates write to a terminal, almost as if I were executing the
commands in an org-mode file.
2023-05-25 10:21:43 -07:00
Howard Abrams
f7bfbf7d0c Minor Dockerfile changes 2023-05-02 21:56:43 -07:00
Howard Abrams
96db7ff63f Removing Twitter 2023-05-02 21:55:58 -07:00
Howard Abrams
a18dca3bb7 Got YAML and Tree Sitter working
Finally
2023-05-02 21:55:22 -07:00
Howard Abrams
faa08cddca Docker interface cleanup 2023-05-01 15:42:57 -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
e1eb3b85e3 Do I like the removal of the titlebar? 2023-04-20 15:30:59 -07:00
Howard Abrams
e73277971e Minor enhancements to vterm
Including a more consistent way of starting it for a project.
2023-04-20 15:30:24 -07:00
Howard Abrams
8a2c0419ff Remove the mode line in eshell 2023-04-19 11:42:32 -07:00
Howard Abrams
7aaf6a7817 Seriously borked my Mac after uninstalling libgccjit
I guess `bash` now depends on `libgccjit`, so ... whoops.
2023-04-19 09:08:20 -07:00
Howard Abrams
78f5044e18 Remove v to automatically select the text object
While it seemed like a good idea at the time, shaving off this one
keystroke means you can't select a smaller aspect.
2023-04-19 08:59:42 -07:00
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