Commit graph

29 commits

Author SHA1 Message Date
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
Howard Abrams
4778e0692c Add version to dashboard
As well as some code to make the native compilation mode startup better.
2021-12-08 13:56:30 -08:00
Howard Abrams
c295a915a4 Made the list of files to load ... actually load. 2021-11-29 14:01:05 -08:00
Howard Abrams
effc1cc551 Make it easy to reload all my configuration files 2021-11-23 16:29:52 -08:00
Howard Abrams
4d1f869f9d Add Twitter back into Emacs
Shame that I can't get Telega working at the moment.
2021-11-18 12:14:10 -08:00
Howard Abrams
e0e16e57d6 Excising useless user information 2021-11-18 12:12:19 -08:00
Howard Abrams
2669fdaa5b Add generate password system
Note that this commit references my IRC configuraton. I'm not checking
it in as I have too many credentials and personal information in it.
When I abstract it sufficiently, I will commit it.
2021-11-15 16:18:31 -08:00
Howard Abrams
f4a69065fc Integrate Mail into Emacs
The mail system connects to my Gmail account with isync and notmuch,
and allows me to interact with with it, like hey.com ... oh, and I can
compose email messsage in org format.

Pretty slick. Now, if I just used mail.
2021-11-14 22:08:09 -08:00
Howard Abrams
3b33def950 Integrating org-super-agenda to supe-up my agenda display
This makes it easier to see what is going on.
2021-11-14 20:51:53 -08:00
Howard Abrams
065e673b7f Add Neotree and make it prettier to display with all the icons 2021-11-13 22:16:25 -08:00
Howard Abrams
0afe98086d Integrating my publishing system using org-publish
Seems like I may need to purge my web site source, or maybe use a
less-intense system.
2021-11-11 21:00:39 -08:00
Howard Abrams
465fb840c1 Add journal system as well as auto inserting
One big feature of the org-journal is the ability to auto generate
empty files, and I realized that I needed to kick it up a notch with
the auto-insert. Actually brought my old code from years ago, as it
still works.
2021-11-10 14:31:15 -08:00
Howard Abrams
1b5ad5a96c Add code for remote SSH work to my virtual machines 2021-11-09 17:49:52 -08:00
Howard Abrams
4e5a4e9800 Create ha-hamacs-load function to re-read files
This function shows my Hamacs files, and allows me to update a reload
it.

Also, fixed a few bugs.
2021-11-09 17:18:52 -08:00
Howard Abrams
dee00af73b Capturing notes with org
Added/converted my `capturing-notes` essay and code, plus a couple of
minor org-related bugs.
2021-11-09 08:19:16 -08:00
Howard Abrams
3774244434 Added the programming languages
Just a start actually.
2021-11-08 16:02:13 -08:00
Howard Abrams
d3f14de2ee Getting work-specific code to work
This includes some org-specific stuff, like my Sprint and clipboard code.
2021-11-05 17:06:55 -07:00
Howard Abrams
513f2f06de Let's go ... first commit after a major refactor
Why yes, this will look like it sprung, like Athena, fully grown and
in armor from my head, but this is really just the mid-point of a new
endeavor.
2021-11-02 12:09:41 -07:00