Howard Abrams
2b1bdb32a1
Get PlantUML back to working in org mode documents
...
Changed the name of a function, and didn't realize it broke my
snippets until I tried to use it.
2022-04-11 20:37:15 -07:00
Howard Abrams
216f6a0b73
Expanded on the "round quotes" in org files
...
Now have expanded rules as to when to insert (and delete) the single
or double quotes, and they act the same with the addition of a new
helper function.
2022-04-11 15:34:56 -07:00
Howard Abrams
f3f769d1b5
Load the Scheme work when I want
2022-04-09 09:10:55 -07:00
Howard Abrams
21d378b859
New Emacs 28 feature of highlighting flycheck errors
2022-04-09 09:10:55 -07:00
Howard Abrams
4848a23742
Minor IRC formmating of the ERC variables
2022-04-09 09:10:55 -07:00
Howard Abrams
8690385c15
Use the ace-link in elfeed
...
Might have to check out elfeed-paywall: https://sr.ht/%7Ejohnhamelink/elfeed-paywall/
2022-04-09 09:10:55 -07:00
Howard Abrams
dd49acbfd2
Turn on colored Emojis
...
However, this doesn't seem to be needed for latest MacOS builds of
Emacs 28.
2022-04-09 09:10:55 -07:00
Howard Abrams
093a6d7ee1
Take advantage of Emacs 28 features
...
Including the ability to jump directly to an Info manual.
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
fbf4ee929c
Re-add my "Search the Notes" feature
...
Instead of calling a shell-script, find-notes, I now call `mdfind` and
`recoll` directly and then call `grep` on the resulting files.
2022-04-09 09:10:55 -07:00
Howard Abrams
d412456896
Fix minor bug in my presentation code.
2022-04-04 20:22:34 -07:00
Howard Abrams
514147ea52
Get scheme to work with org-mode
2022-04-04 20:20:59 -07:00
Howard Abrams
87ba4bf2fd
Address an indent issue.
2022-04-04 15:04:20 -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
13e77080fb
Time to update my sprint names, right?
2022-04-01 11:43:24 -07:00
Howard Abrams
6c85de73e2
The org-padding mode doesn't work with SVGs
...
I think I'd rather go back to including extra lines.
2022-04-01 11:39:11 -07:00
Howard Abrams
b84fbeb5d4
Fix the dashboard including a function to tell me what is available
...
Minor tweaks to things that have bothered me.
2022-04-01 11:35:27 -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
cf7b81c576
Fixed my "image display" bug
...
Turns out the global-svg-tab-mode was turning off the ability to view
all PNG files, so now I just hooked the mode to certain major modes,
and we are back in business. Also cleaned up a few visual bugs.
2022-04-01 11:29:45 -07:00
Howard Abrams
4a7771b48a
Closing my single, full-screen frame ain't helpful
...
But closing a window is.
2022-03-25 15:19:46 -07:00
Howard Abrams
6ddd2f6c95
Making org files look pretty without the notebook
...
Still having trouble getting the notebook working, but at this point,
I really just want Org to look cooler. :-D
2022-03-25 11:11:15 -07:00
Howard Abrams
ccebc03e7f
Trying out Protesilaos' distraction-free focus package
...
This brought back Olivetti as well as creating a DWIM function for
narrowing a buffer the way I would expect.
2022-03-25 11:02:02 -07:00
Howard Abrams
2aa2886535
Forcing the use of undo-fu
2022-03-25 11:01:04 -07:00
Howard Abrams
d03bfed2cb
Actually integrate the doom-snippets to the directory list
...
Also, finally got my stash back from being overshadowed in Magit.
2022-03-24 13:47:00 -07:00
Howard Abrams
802b1ea8ee
Reverted the org-modern vs. org-notebook
...
Just like how the Notebook looks.
This reverts commit 6237637f90
.
2022-03-24 11:55:25 -07:00
Howard Abrams
e06ccd08b9
More consistent keybindings with EWW and Info
2022-03-24 10:44:11 -07:00
Howard Abrams
43dd652210
Fixed a bug
2022-03-23 20:57:09 -07:00
Howard Abrams
0396c09af4
Convert to org-present from the org-tree-slide
...
Simpler and I now have hooks to make it look like what I want.
2022-03-21 16:58:00 -07:00
Howard Abrams
6237637f90
Remove my settings in favor of org-modern
...
And try to get some of the svg-tags working as I would like.
2022-03-18 14:36:30 -07:00
Howard Abrams
0599164dec
Finally fixed my fonts so that variable-pitch works in org
...
At least, it works in Org with the ability to change the font sizes,
which is important when giving presentations with larger fonts.
The real culprit was the mixed-pitch project that didn't allow for
changing font sizes (which was easy enough to configure).
2022-03-18 14:17:20 -07:00
Howard Abrams
1a5e20a359
Define the flycheck checker after flycheck is available
2022-03-15 09:54:30 -07:00
Howard Abrams
8d9371de43
Oh my. This was a silly bug.
2022-03-15 09:26:58 -07:00
Howard Abrams
78fa9d989a
Got Scheme... actually Racket working with Org
2022-03-15 09:21:26 -07:00
Howard Abrams
72cdbdaea6
Integrated the Protesilaos' pulsar project
2022-03-15 09:21:26 -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
a8b5dc578a
Excise the consult package that I am not using.
2022-03-15 09:21:26 -07:00
Howard Abrams
9fa4e824da
Turn on the recentf feature
2022-03-11 21:56:58 -08:00
Howard Abrams
31a706d5f9
Using imenu to jump to Org headers
...
And a couple other tweaks.
2022-03-11 10:55:39 -08:00
Howard Abrams
0dd7ba0355
Minor copyright touchups on my snippets.
2022-03-09 17:14:21 -08: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
6c504eec6c
Experimenting with org in variable pitch mode
...
Which really only works if the font size is similar and we still have
fixed width for code blocks.
2022-03-08 22:01:59 -08:00
Howard Abrams
5e3c45a9a8
Got better write-good and proselint working.
...
My English is very good.
2022-03-08 22:01:19 -08:00
Howard Abrams
219d0ecea7
Fixed a binding bug to my worksapces
2022-03-08 20:43:25 -08:00
Howard Abrams
89fd52808a
Can't really add iedit, until I require it. :-D
2022-03-03 15:20:27 -08:00
Howard Abrams
f04b1f36fc
WHo knew that backup-directory-alist didn't accept ~ characters?
2022-03-03 15:20:27 -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
44cea4add4
Adding Scheme to the list of fun
2022-03-03 15:13:48 -08:00
Howard Abrams
6b2df99faf
Adding my hot-new Ironsworn package to my loader
2022-03-03 15:10:16 -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
a05a473093
Add more apps to my "a" key
2022-03-03 15:08:09 -08:00