Commit graph

14 commits

Author SHA1 Message Date
Howard Abrams
c91f93dd68 Eschewing a ZNC approach for just directly going into IRC 2023-12-13 11:27:32 -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
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
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
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
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
4848a23742 Minor IRC formmating of the ERC variables 2022-04-09 09:10:55 -07:00
Howard Abrams
d216ba8149 Convert to ERC from Circe
The PART suppression, the colored nick support, and the ability to
fill the buffer window with the messages got me to convert.
2022-04-04 10:27:11 -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
ac229daab0 Colorizing the IRC nicks
Make it easier to follow threads
2022-03-03 15:08:32 -08:00
Howard Abrams
4a5f426428 Meta-Space for Global Leader, and Shift-Space for Local
Let's see if this really works for insert mode.
2021-12-14 11:42:26 -08:00
Howard Abrams
59d6f644c1 Switch to Circe from rcirc
Seems like a more rich experience, and this also includes a quick way
for me to reconnect and get right back where I left off.
2021-12-14 11:35:54 -08:00
Howard Abrams
984d5bb790 IRC now working well 2021-11-23 16:42:00 -08:00