Commit graph

23 commits

Author SHA1 Message Date
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
ded7a58da0 Fixed the s-expression text objects
I really use this a lot while programming Emacs Lisp.
2023-12-19 20:15:47 -08:00
Howard Abrams
2d9725290b Fix header to have correct tags 2023-12-19 20:15:26 -08: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
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
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
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
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
6a74607b85 Fix some bugs based in eshell and vterm
After making my presentation on eshell, I encountered some bugs that
needed addressing.
2022-11-24 23:10:38 -08:00
Howard Abrams
9ec76b6888 Adding multi-vterm to create project-specific vterms 2022-10-21 22:09:55 -07:00
Howard Abrams
bcb014a9ef Create a "map" function for eshell to replace the for loop
Better? It is cool that it is so easy to do.

May need to expand it so that subcommands work too. We'll see if this
fits my use case.
2022-09-21 22:57:20 -07:00
Howard Abrams
f9b4789199 Pulled eshell functions out of remoting
And placed it into its own "eshell" configuration file.
2022-09-20 23:09:42 -07:00
Howard Abrams
6725f2a354 Ixed the eshell-propject function 2022-08-31 08:56:10 -07:00
Howard Abrams
91e6e9ba70 Extend Tramp to work with Docker ... even remotely. 2022-07-26 20:23: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
Howard Abrams
0b64f4ab26 No need for counsel with vertico 2022-05-03 11:07:34 -07:00
Howard Abrams
205067137b Switch the sync and project save keybindings
oh, and let's confirm before I quit Emacs. That's a bad fat finger.
2022-04-27 22:14:17 -07:00
Howard Abrams
4687c8c398 Fixed a bug due to a change in the JSON output of OpenStack
I may have to screw with this more, as it isn't very robust.
2022-03-15 09:21:26 -07:00
Howard Abrams
b5a82133ca Clarify the creative commons on tangled files
Do I really need the copyright symbol? I love how the proselint
insists that I use the unicode character (which unicoding all the
files sounds great to me).

What could go wrong there? :-D
2022-03-09 10:48:26 -08:00
Howard Abrams
92b30d502f Keybinding for telega and turn on vterm 2022-02-17 09:54:03 -08:00
Howard Abrams
87e2d4e292 Move stuff around
Needed to move the Terminal stuff over to remoting, as I don't include
the aux-apps in my Work-specific Emacs system. While I was at it, I
noticed some key conflicts with org, so fixed that too.
2022-01-06 15:36:39 -08:00
Howard Abrams
e0e16e57d6 Excising useless user information 2021-11-18 12:12:19 -08:00
Howard Abrams
1b5ad5a96c Add code for remote SSH work to my virtual machines 2021-11-09 17:49:52 -08:00