1
0
Fork 0
Commit graph

35 commits

Author SHA1 Message Date
869c3073b3 Add ‘insert-char-preview’
This package exposes a function ‘insert-char-preview’ that does the same thing
as ‘insert-char’ except that it shows a preview of the character in the
completion.
2021-02-27 15:41:20 -08:00
feec611d17 Add sort paragraph Hydra option 2021-02-27 15:37:09 -08:00
863222af0d Add a hydra to sort lines and strings 2021-01-31 21:59:47 -08:00
c7603f21d3 Diminish ‘which-key-mode’ 2020-12-18 00:07:13 -08:00
f3aef98455 Properly diminish ‘gcmh-mode’ and ‘ws-butler-mode’
When these packages get updated they get reloaded. This undoes what ‘diminish’
did, so we have to keep doing it whenever they get reloaded.
2020-12-18 00:05:25 -08:00
996f29b49b Remove ‘composable-mode’
I liked the idea, but the implementatino was too flakey and didn’t actually let
me do what I wanted to do. The biggest issue was that ‘comment-dwim’ didn’t work
anymore and it got easily confused and screwed up the colors for my mode-line.
2020-12-18 00:03:20 -08:00
d4d4c75d62 Add which-key mode 2020-12-02 19:06:58 -08:00
d6f0b92c9f Add composable.el 2020-11-13 09:39:53 -08:00
05cdbd0fb2 Add ‘embrace’ configuration 2020-10-30 18:23:10 -07:00
fe91d0a506 Add windmove keybindings 2020-10-19 13:48:09 -07:00
a49fda9c79 Use ws-butler
At work I have to work with a lot of files that other people work on as well.
Other people don’t usually have their editor set up to remove all trailing
whitespace, and we’re not allowed to make a change that includes a lot of extra
whitespace changes[1]. So I end up having to revert a lot of whitespace changes
just before submitting. And if I then have to make more changes, for example
because something was pointed out in a code review, I have to do it again.

‘ws-butler’ promises that it will still prevent me from submitting extraneous
whitespace, but will not touch lines that I haven’t changed, so that would
prevent me from having to revert them all the time.

[1]: This is good, having a lot of whitespace changes can distract from or even
completely hide the actual change you’re trying to make.
2020-10-15 14:25:18 -07:00
b041947902 Diminish gcmh-mode 2020-10-15 14:25:18 -07:00
e9f5cb9a3b Drop helpful
I’ve been using it for a while and I don’t actually like it much better than the
built-in help functionality.
2020-09-09 08:52:36 -07:00
2937d39792 Add gcmh - the Garbage Collection Magic Hack 2020-04-30 22:40:45 -07:00
84903e4425 Fix making scripts executable on save 2020-04-30 18:27:40 -07:00
3da3700fae Fix oni-core tests 2020-04-26 21:45:30 -07:00
18807d5461 Silence ‘recentf-save-list’
‘recentf-save-list’ sends a message that it’s saving the recentf list, but
seeing that after every time I don’t do something for 10 seconds in Emacs gets a
little annoying.
2020-04-26 15:31:23 -07:00
6e177aa3d3 Ensure idle timer for ‘recentf-save-list’ only gets created once 2020-04-07 21:30:12 -07:00
a709f502f8 Add navigation functions for end-of-line and beginning-of-line 2020-04-07 02:09:43 -07:00
bb231392df Add some settings that should improve performance for lsp-mode 2020-02-25 10:17:32 -08:00
1acb64f9c8 Enable recentf-mode in Emacs 2020-02-24 22:08:51 -08:00
a16cc328fe Don’t use ~/.authinfo for storing credentials 2020-02-03 22:03:13 -08:00
5fe2bca5cc Don’t show the default help tooltip on the mode-line 2020-01-10 22:46:54 -08:00
cd084ebd2a Use ‘ibuffer-jump’ instead of ‘ibuffer’
‘ibuffer-jump’ moves the point to be on the buffer that you jump from, ‘ibuffer’
doesn’t change point.
2019-12-10 22:11:10 -08:00
3ec966634b Allow ‘fit-window-to-buffer’ to resize windows horizontally 2019-09-19 17:40:16 -07:00
897028c275 Show both "*helpful" and "*Help" buffers in a side window 2019-09-19 17:39:42 -07:00
c201e368d6 Fix checkdoc warning 2019-09-18 11:09:58 -07:00
db0220de5c Add some layout management commands
After watching a YouTube video[1] on managing window layouts in Emacs I was
reminded of ‘winner-mode’ and introduced to the ‘ivy-push-view’ and
‘ivy-switch-view’ commands. As I feel like I frequently end up with setting up
and losing layouts, I think these may be useful.

[1]: https://www.youtube.com/watch?v=kyllrQiNsyA
2019-09-18 11:07:46 -07:00
730953ee53 Show help(ful) windows in side windows 2019-09-08 17:26:05 -07:00
bb29ee8a12 Change version format
In order to support my tablet which seems to have a lower maximum integer
value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers
I was using before. It would turn them into floating point numbers, which adds a
~.0~, this made it impossible to install any package.

Any installations I have will need to reinstall all their oni packages so that
the new version number is picked up, since the new version number will be lower
than the old one.
2019-09-04 21:09:38 -07:00
77e25502a1 Add helpful package 2019-04-09 01:09:37 -07:00
87d03bef94 Ensure the auto-save directory exists
The auto-save functions don't automatically create it.
2019-03-30 12:10:25 -07:00
f2df84c819 Add goto-address-prog-mode to prog-mode 2019-03-04 23:54:16 -08:00
10eea127ed Add oni-grep 2019-03-04 01:14:14 -08:00
f68c5fd01e Add oni-core 2019-03-03 15:03:21 -08:00