Commit graph

381 commits

Author SHA1 Message Date
Howard Abrams
4415138707 Fix a bug
Also, what is it about `use-package` take silently dies when it
encounters both a :config and :init ... but works if they are in
separate `use-package` forms.
2023-04-01 16:32:16 -07:00
Howard Abrams
1b81e2178a Finally got litagures working on my Mac
Using a couple of hacks, but I'm keeping Mickey Peterson's project as
that seems like a better solution for the Linux system.
2023-04-01 16:32:16 -07:00
Howard Abrams
b433f5d2e6 Docker is all the rage 2023-04-01 16:32:16 -07:00
Howard Abrams
a30dcaf72a What is going on with use-package!?
Seems that a combination of :tags break it.
2023-04-01 16:32:16 -07:00
Howard Abrams
2446ddbdf2 Change leader to comma and forgot some bindings 2023-04-01 16:32:16 -07:00
Howard Abrams
d1839ef90b Open EWW link to specific window
Following a link is nice, but if I want to read without loosing my
frame of reference, I need to open it in another window.
2023-04-01 16:32:16 -07:00
Howard Abrams
94ab832ba7 Fix lispyville mode hooks 2023-04-01 16:32:16 -07:00
Howard Abrams
4be00bd345 Add elisp-demos back into system 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
e1cf1c5d04 We never need the HTML validation link. 2023-03-17 19:25:55 -07:00
Howard Abrams
6dfb07b3bf Swap clever parens for lispyville
The lispy+lispyville is more feature-rich than the
smart-parens+clever. Both are fantastic, but I'm switching my lisp
work for lispyville.
2023-03-17 19:19:55 -07:00
Howard Abrams
b88172db48 Create a hydra for new Evil state for moving around 2023-03-17 09:55:12 -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
623aa30bc1 When Emacs starts, my Mac now pronounces it correctly 2023-03-15 09:28:26 -07:00
Howard Abrams
ff9703ce2e Type space dash space to get an en-dash
Unless, of course, we are making an org dashed bulleted list.
2023-03-15 09:28:26 -07:00
Howard Abrams
8289a9d31f Better exporting of Org sections 2023-03-15 09:28:26 -07:00
Howard Abrams
12d7b0f68e Fix Mastodon repository references 2023-03-15 09:28:26 -07:00
Howard Abrams
7a67663f40 Minor changes. 2023-02-27 13:46:17 -08: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
ca2288a73f Still struggling to get Emacs built on the Mac
Seems the gccjit gets borked, and I'm struggling to get it unborked.
2023-02-21 17:26:51 -08:00
Howard Abrams
da0919d558 Looks like I need cucumber support
At least to read feature files.
2023-02-21 17:26:25 -08:00
Howard Abrams
5ad5e44adf Clock in when DOING a project 2023-02-21 17:26:05 -08:00
Howard Abrams
66c30a2252 Integrating the Matrix via ement 2023-02-21 17:25:33 -08:00
Howard Abrams
dcdd481713 Fix Sprint numbering for 2023
My PM delayed the start of our "first" sprint of the year, and this
wreaked havoc with my algorithm. Granted, I often need to tweak it
each year.
2023-02-01 08:19:20 -08:00
Howard Abrams
60a960b4fe Different fonts for body and org headers
Yeah it seemed that I should define the font in one file and use it in
another. Normally, this wouldn't fly.
2023-02-01 08:09:01 -08:00
Howard Abrams
01b9abdd4c Bug fix in org-find-file
Taken from an update on my website.
2023-02-01 08:07:52 -08:00
Howard Abrams
77facd8668 Using XCharter as my default proportional font. 2023-01-19 17:23:20 -08:00
Howard Abrams
0570a5f1fa MacOS's Spotlight is more general than Org
And my org-find-file should be in the org configuration file.
2023-01-16 09:48:10 -08:00
Howard Abrams
31fdabd1e3 Easy to find org-mode files in the current project
The work for this is from a essay on my blog at
  https://howardism.org/Technical/Emacs/org-find-file.html
2023-01-15 21:42:15 -08:00
Howard Abrams
1d60966780 Update reference to Prot's pulsar project 2023-01-15 21:42:15 -08:00
Howard Abrams
7b5fd29f82 Add org-find-file-by-tag function
For details on this, see an essay on my website:
  https://howardism.org/Technical/Emacs/org-find-file-tags.html
2023-01-11 21:34:19 -08:00
Howard Abrams
1dbccee411 Changes to the Autocomplete system
While I reorganized my layout, the big changes is getting corfu to
work instead of company, integrating with hippie expand. This may be
completely sufficient for the moment.
2023-01-09 20:03:42 -08:00
Howard Abrams
59e72f33e4 Eschewing flycheck-yamllint as it can be part of flycheck
Also, the polymode causing me more grief now, so I'm removing it
temporarily.
2023-01-09 20:03:42 -08:00
Howard Abrams
4718aba6ed Fix bug for having my compile commands go to eshell
Now that EAT can handle the weird `docker` and `ansible-playbook`
commands that I do.
2023-01-09 20:03:42 -08:00
Howard Abrams
0f55a368c5 Reverting back to LSP instead of eglot
I may change back.
2023-01-09 20:03:42 -08:00
Howard Abrams
b3a22bbd39 Eat a Terminal integration with Eshell
As well as fix some bugs.
2023-01-09 20:03:42 -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
50b5be3ec8 Better eshell terminal windows
Now we don't re-open eshell windows, but just pop to it.
Also we have a send-command that I can programmatically send commands
to an open window.
2023-01-09 20:02:50 -08:00
Howard Abrams
75a7db65c1 Fix the eshell start 2023-01-09 20:02:50 -08:00
Howard Abrams
7a423ccf78 While interesting, I don't use Evil Easy Motion
I use avy with simple keybinding I remember. Time to jettison.
2023-01-09 20:02:50 -08:00
Howard Abrams
0e2ccbd20f Change the keyboard, change the bindings. 2023-01-09 20:02:50 -08:00
Howard Abrams
a24eb88af8 Start every year with an adjustment for the Spring Numbering 2023-01-09 20:02:50 -08:00
Howard Abrams
6678d835cc Fix a Makefile mode bug
Since I remove tabs by default ... except in Makefiles, I need to
covert all modes.
2023-01-09 20:02:50 -08:00
Howard Abrams
971965c9be Changing some feeds 2022-12-26 21:52:43 -08:00
Howard Abrams
49c7a93c12 SSL'd my website 2022-12-26 21:52:12 -08:00
Howard Abrams
943190cd72 Let's make this directory. 2022-12-26 21:51:57 -08:00
Howard Abrams
8e8f6c19a1 Reference to goto-address 2022-12-21 11:28:17 -08:00
Howard Abrams
f34d2d9d24 Add Wilfred Hughes helpful package 2022-12-05 08:23:29 -08:00