ambihelical

Results 12 issues of ambihelical

The binding for g~ defined by evil (evil-invert-case) is actually useful. I bind evil-operator-string-inflection to g- which is a great mnemonic, easier to type and currently unused in evil. However...

The commits first to last: * make sure file local variables are handled properly by performing the core processing after these variables have been processed, instead of before. * Add...

I have a source tree which uses hard tabs for indentation and which assumes tab width is a value different than my default tab-width (as set up in init.el). I'd...

I am using git-gutter+-fringe 1. Make a modification in a git controlled file 2. Stage with git-gutter+-stage-hunks 3. See fringe still showing modified 4. M-x magit-status c c to commit,...

It should be possible with counsel-bookmark to create a new bookmark by typing a name until no existing bookmark name matches and then pressing return to define a new bookmark....

In https://www.gnu.org/software/emacs/manual/html_node/elisp/Key-Binding-Conventions.html, it says that "Sequences consisting of C-c followed by a control character or a digit are reserved for major modes. " I don't know how important these conventions...

I think it would be worthwhile addition to cache editorconfig settings for remote directories (and perhaps all directories if performance warrants it). The cache would hold, for each directory cached,...

It would be great if it was possible for the symbol context part (not the file name/path) was aligned to some configurable column (and leading whitespace removed). Also, when the...

When evil-want-minibuffer is set (allows evil states in the minibuffer), there is a strange interaction when ivy-posframe is showing results. Basically the cursor is will be visible in the minibuffer...

I recently updated rustic, only to find it no longer functions. Part of the issue seems to be that rustic-doc.el requires lsp-mode, which I'm not using as I'm using eglot....

question