Commit graph

67 commits

Author SHA1 Message Date
Howard Abrams
6fc09faf66 Create my own dark theme 2024-11-22 12:56:39 -08:00
Howard Abrams
6d92980311 Migration from ~/other to ~/src
Why was it any other way?
2024-10-19 13:34:01 -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
285bf2d86c Fixed minor bugs 2024-08-07 22:17:37 -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
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
563d2e4e8b Fix load errors in bootstrap
As well as pull out the unit tests.
2024-07-02 11:38:32 -07:00
Howard Abrams
e706db3394 Migrate my Ansible/YAML code into its own file 2024-07-02 10:11:23 -07:00
Howard Abrams
5b3d2b7d61 Expanded ability to edit any "section" of my configuration
This uses completing read to show a list of all headlines in my
project, load that file at that location. Fun to write.
2024-06-17 09:53:18 -07:00
Howard Abrams
57e9fa1051 Experimental jump to a hamacs headline
This might make it much easiler to keep code in the right place.
2024-06-06 23:04:37 -07:00
Howard Abrams
8857e1f6ef More Element/Matrix and less IRC 2024-03-22 13:43:12 -07:00
Howard Abrams
988c0dac2e Decided I like lowercase headers better
Oh, and let's fix the FILETAGS. Thank goodness for woccurrrrrr.
2024-03-06 20:02:25 -08:00
Howard Abrams
9a6d555b71 Fixed publishing bug. 2024-02-23 22:20:25 -08:00
Howard Abrams
5db1762ef0 Emacs 29.2 fixes my Mac-specific bug with GPG 2024-02-22 16:55:56 -08:00
Howard Abrams
a11c9b7290 Let's easily edit the files.
Finally upgraded to Emacs 29.2 on the Mac.
2024-02-21 16:28:57 -08:00
Howard Abrams
778bfd4685 Made Evil optional
Probably one doesn't need to hedge any bets, but I want to be able to
eventually swap out Evil for Meow (or something of my own crafting),
so wrapping evil-specific calls with a condition doesn't sound like a
bad idea.
2024-02-09 12:07:05 -08:00
Howard Abrams
6e915e5665 Moved the Git and other Apps from Config
Seems to make this more readable.
2023-12-21 21:22:16 -08:00
Howard Abrams
7111c62db9 Clean up the publishing aspect of my config files
And fix a few bugs while I am at it.
2023-12-21 20:26:51 -08:00
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
2d9725290b Fix header to have correct tags 2023-12-19 20:15:26 -08:00
Howard Abrams
6e92e3d13d New Mac system shook out some MacOS changes needing incorporation
Specifically how Homebrew is installing its goodies in a different
location, which makes it a bit incompatible with my Linux boxen.
2023-11-06 09:45:45 -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
2012a466c4 If I have a bug, let's see if we can keep going. 2023-04-03 09:24:52 -07:00
Howard Abrams
7ea4bd75ea Getting Ruby working better 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
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
c19c54ef18 Better Dashboard
Using the cheatsheet to display hints and keystrokes that I want to learn.
2022-11-02 20:59:00 -07:00
Howard Abrams
4ad496b98b Converted my piper to a data-oriented functions
I liked my piper idea, but I just used it so seldom. Instead, I feel
like the ideas could be integrated into a data-focused function
collection. The interface is actually more dynamic and I can use it
without the "Piper" interface.
2022-10-17 20:49:00 -07:00
Howard Abrams
097431544e Change approach for determining if Emacs is "for work". 2022-10-03 10:11:11 -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
6fb9d25eda Fixed my source code loading scheme 2022-09-02 16:05:23 -07:00
Howard Abrams
624125dc06 Better MacOS integration with Emacs
I run two instances of Emacs on my MacOS laptop ... one for "work" and
another for IRC, et.al. This explains some of what I'm doing.
2022-09-02 16:03:43 -07:00
Howard Abrams
71f47a5490 Better approach to running Emacs for work. 2022-08-31 21:45:21 -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
c7911b4a5a Better loading of bootstrap files 2022-05-11 14:35:48 -07:00
Howard Abrams
9f0de0db6f Strict Emacs Lisp mode
Finally. Plus I thought I would move these stuff to its own file.
2022-05-11 11:40:58 -07:00
Howard Abrams
d43532631d Fix for GPG on the Mac
No longer need the GPG Suite of tools just to open an encrypted file.
2022-05-10 11:27:31 -07:00
Howard Abrams
f3f769d1b5 Load the Scheme work when I want 2022-04-09 09:10:55 -07:00
Howard Abrams
35e41b1ee9 Allow non-loaded HAMACS file to be loaded later
While I don't want to automatically load all my projects (for
instance, for programming languages I don't use much), after loading
all files, I then put the rest in the list, allowing me to load them later.
2022-04-09 09:10:55 -07:00
Howard Abrams
cc2fb9b988 Updated my personal/work division
Odd, I know, but I run two instances of Emacs ... one for Work and one
for non-Work, and I make the distinction based on the executable ...
Currently emacs-plus@28 is for work, and emacs-plus@29 is for personal work.
2022-04-01 11:33:24 -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
1ba0447921 Using latest version of org-mode
The 9.4.4 version that comes with Emacs conflicts with a newer version
I install. This is because I need org before I tangle my files.

So, I've moved the straight and `(use-package org)` code to the
`init.el` file, and then the rest of the system comes right up with
the latest org, and without the conflicts.
2022-03-03 15:20:27 -08:00
Howard Abrams
a05a473093 Add more apps to my "a" key 2022-03-03 15:08:09 -08:00
Howard Abrams
b9ee2347b3 If I want to order the GPGs that it chooses
The linux location needs to be specified.
2022-01-06 17:01:08 -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
129f834812 Getting the configuration working on my iMac
Each computer seems to be so unique.
2022-01-02 22:42:22 -08:00
Howard Abrams
7a3d95d70b Clearer when running on a Mac system.
Which fixes a bug when running on Linux, that doesn't need the Shell
PATH set (at least, not for me).
2021-12-13 10:45:32 -08:00