diamond-lizard

Results 40 issues of diamond-lizard

It would be great if ag.el: 1 - remembered the paths the user searched (up to a customizable number of entries) 2 - made the default path in the next...

When byte-compiling ivy-explorer, I get many "unused lexical variable" warnings: ``` ivy-explorer.el:685:1:Warning: Unused lexical variable 'ivy-posframe--display-p' ivy-explorer.el:685:1:Warning: Unused lexical variable 'ivy-posframe-hide-minibuffer' ivy-explorer.el:685:1:Warning: Unused lexical variable 'ivy-posframe-display-functions-alist' ivy-explorer.el:685:1:Warning: Unused lexical variable...

When byte-compiling ivy-explorer, I get this warning: ``` In ivy-explorer--avy-1: ivy-explorer.el:422:21:Warning: 'avy--process' is an obsolete function (as of 0.4.0); use 'avy-process' instead. ```

When byte-compiling ivy-explorer, I get this warning: ``` In ivy-explorer--cleanup: ivy-explorer.el:168:14:Warning: reference to free variable 'ivy-explorer-mode' ```

It would be nice if window configs could be moved. There are two types of movements that would be useful: (**1**) - Moving windows "left" or "right" (that is, swapping...

When loading command-log-mode.el, Emacs complains: command-log-mode.el: Warning: 'incf' is an obsolete alias (as of 27.1); use 'cl-incf' instead.

Since I couldn't get ```luarocks install --local cffi-lua``` to work (see [Issue 3](https://github.com/q66/cffi-lua/issues/3)), I tried: ``` luarocks unpack cffi-lua cd cffi-lua/cffi-lua-0.1.1-1/cffi-lua luarocks make --local cffi-lua-0.1.1-1.rockspec ``` and then get an...

I want to use mini-modeline to display extra information in the minibuffer while continuing to show information in the regular mode line. So I would like to request that there...

enhancement

I'd like to replace my shell's ordinary control-r history search completely with fzy, but I can't because fzy only does fuzzy searching and I sometimes need to ordinary, non-fuzzy, literal...

If a parent directory of $hist_dir contains a git repo, the first time histdb-sync runs, it'll try to commit to that repo, since the "git rev-parse --is-inside-work-tree" test will return...