Commit graph

603 commits

Author SHA1 Message Date
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
Howard Abrams
3e14946636 Bug fixes
Never grab someone's code that you don't validate thoroughly. :-D
2022-12-03 11:14:42 -08:00
Howard Abrams
f2791ed323 Change examples to use do instead of map
I originally called my looping construct "map", but maybe "do" is better?
2022-12-03 09:56:33 -08:00
Howard Abrams
47b203ab14 Add yamllint to the flycheck
Also, fix the configuration files to automatically get the confs they deserve.
2022-12-02 17:12:48 -08:00
Howard Abrams
adfe7ed302 Enabling all the Python checkers! 2022-12-02 17:12:48 -08:00
Howard Abrams
f114dcc357 Quick access locations for Dirvish 2022-11-27 10:41:05 -08:00
Howard Abrams
e65a089e95 Pulling Telega from Melpa instead of my own clone. 2022-11-27 10:40:39 -08:00
Howard Abrams
edf662d146 Removal of some Mastodon experiments. 2022-11-27 10:40:23 -08:00
Howard Abrams
c4af3cb7ec Extending Mastodon interface
After reading some of the features of Mastodon that Sacha has fixed, I
decided to steal and extend.
2022-11-24 23:17:21 -08:00
Howard Abrams
9d43b58efa Fix dashboard display 2022-11-24 23:16:34 -08:00
Howard Abrams
023b8d3063 Compile command can "send" commands to shells
With a |v or a |s, I can send the compile commands to a shell for
execution instead of showing it in a compilation buffer.
2022-11-24 23:13:09 -08:00
Howard Abrams
6a74607b85 Fix some bugs based in eshell and vterm
After making my presentation on eshell, I encountered some bugs that
needed addressing.
2022-11-24 23:10:38 -08:00
Howard Abrams
4df8279e20 Replace neotree with dirvish
I used neotree when giving code reviews to show people watching where
files were located in the project. It was never very useful. But
dirvish allows me to do that, plus have a more useful dired experience.
2022-11-24 23:05:39 -08:00
Howard Abrams
3778d7933f Bug fix for loading projects
Also we can load a project, and just display the most recent files
in that project.
2022-11-24 22:59:50 -08:00
Howard Abrams
2ca3519565 Reworking of w, f and b leader menus
Attempted to make the file and buffer leaders work better with the
window system allowing me consistent showing/loading buffer/files in
particular windows.
2022-11-24 22:59:45 -08:00
Howard Abrams
5b8aba2cfe Make the Git changes more noticeable
Place the git changes marked in the right side of the fringe doesn't
confuse with the issues that I put on the left.
2022-11-24 22:49:54 -08:00
Howard Abrams
fa30322b23 Consistent window commands
I like both my leader and ace-window for different reasons, and I need
them to be consistent.

Also, I want to split a window and immediately see a file or buffer.
2022-11-15 19:58:31 -08:00
Howard Abrams
b0d528d5d9 Let's hear it for Mastodon! 2022-11-15 11:07:18 -08:00
Howard Abrams
f59f97025a Links to my personal projects, rpg-dm and Ironsworn. 2022-11-07 20:58:33 -08:00
Howard Abrams
50c7701f44 Yeah, mastodon works with 2FA! 2022-11-07 20:47:18 -08:00
Howard Abrams
d72676d829 Fixed bug in my Sprint renumbering system
PMs happen.
2022-11-07 20:47:03 -08:00
Howard Abrams
be9077f857 Recompile is sufficient to work with my compile program 2022-11-07 20:45:20 -08:00
Howard Abrams
c16fd9ec68 Easy to compile projects with multiple choices 2022-11-03 22:18:08 -07:00
Howard Abrams
a08a5d2dc8 Add block level movement in org-files. 2022-11-03 22:18:08 -07:00
Howard Abrams
7e496beee9 Make flycheck functions easier to call
Since I call the functions, why hold down the Shift key for everything?
2022-11-03 22:18:08 -07:00
Howard Abrams
1b78e898b4 Should be easier to recompile than compile
Since that is what I call repeatedly.
2022-11-03 22:18:08 -07: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
ac71278fdd Engineering Notebook and Eshell
This is a big feature allows me to easily capture both commands and
output from eshell into my "General Notes". The idea is that I could
edit/massage that content to keep that file small.
2022-10-31 20:58:46 -07:00
Howard Abrams
a5179c12d2 Fix capturing bug to better hold source code 2022-10-31 20:58:15 -07:00