Commit graph

25 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
2d9725290b Fix header to have correct tags 2023-12-19 20:15:26 -08:00
Howard Abrams
f71b4f8ad9 Moved org commands to the main leader, under SPC o
This allows me to have the local-leader be programming-specific,
which means that I can standardize on the hierarchy there.
2023-10-12 15:51:12 -07:00
Howard Abrams
d33a8cac3b Bit of old code reference 2023-10-10 08:15:45 -07: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
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
cb2be95569 Better capture from scripts
Now I can have a script (bound to a global key in my operating system)
start a frame for taking notes/minutes for a meeting.
2023-01-09 20:03:42 -08:00
Howard Abrams
e5c5d39de9 Update on the icanhazshortcuts
The keybindings aren't right, but closer.
2023-01-09 20:03:34 -08:00
Howard Abrams
943190cd72 Let's make this directory. 2022-12-26 21:51:57 -08:00
Howard Abrams
a5179c12d2 Fix capturing bug to better hold source code 2022-10-31 20:58:15 -07:00
Howard Abrams
f36edaff09 Can't swap cl-flet with flet ... gotta use cl-left instead
Oh, and I swapped in the use of a hook
2022-09-02 22:45:16 -07:00
Howard Abrams
3cad9fdaf6 Bug fixes!
Addresses some compilation warnings and some linting errors.
2022-09-02 16:12:04 -07:00
Howard Abrams
2fc0e7b625 Add my icanhazshortcut configuration file 2022-08-02 11:16:14 -07:00
Howard Abrams
1395f70a11 Add a screenshot to show how iCanHazShortcuts look 2022-06-30 12:07:24 -07:00
Howard Abrams
403fd4a972 Cleaned the org capturing code
Using the org-mac-link and some custom functions, I can quickly get
information from external programs into my org files.
2022-06-30 11:58:31 -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
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
0d4b1e97c0 Fixed a bug with reloading my config file.
And a bit of clean up.
2022-02-25 14:57:43 -08:00
Howard Abrams
ad7125ad64 Create local leaders for various modes
This way, SPC-m will always be special for each major mode
... something like that.
2021-11-23 16:34:48 -08:00
Howard Abrams
e0e16e57d6 Excising useless user information 2021-11-18 12:12:19 -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
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