Highlights
- Arctic Code Vault Contributor
Pinned
881 contributions in the last year
Contribution activity
December 2020
Created 358 commits in 13 repositories
Created 6 repositories
- minad/amx Emacs Lisp
- minad/embark Emacs Lisp
- minad/emacs-which-key Emacs Lisp
- minad/browse-kill-ring Emacs Lisp
- minad/emacs-theme Emacs Lisp
-
minad/marginalia
Emacs Lisp
•
Built by
Created a pull request in oantolin/embark that received 21 comments
Generalize more commands, keymap macros
@oantolin I am going a bit over the code base, reading and reviewing things. I hope you agree with some of the changes. I think having generalized…
+223
−230
•
21
comments
Opened 16 other pull requests in 5 repositories
minad/consult
2
closed
4
merged
- implement consult-help command which allows to search all documentation strings
- General support for narrowing prefixes (used by consult-buffer and consult-flycheck as of now)
- Split package, such that consult.el depends only on Emacs core components
- consult-info ported from ivy/counsel
- replace consult-minibuffer-history by consult-history
- remove the consult-annotate-mode, which will be superseded by the marginalia-mode
oantolin/embark
3
merged
1
closed
raxod502/selectrum
1
open
2
closed
melpa/melpa
1
closed
1
merged
justbur/emacs-which-key
1
merged
Reviewed 9 pull requests in 3 repositories
minad/consult 7 pull requests
minad/goggles 1 pull request
raxod502/selectrum 1 pull request
Created an issue in minad/consult that received 33 comments
Candidate order is changed when filtering in fido-mode
@oantolin When using consult-line the candidates are first nicely sorted by line, but as as soon as I start filtering, the order gets messed up. I …
33
comments
Opened 45 other issues in 8 repositories
oantolin/embark
7
open
6
closed
- Default action not executed in Selectrum
- Slowdown in recursive setting
- Default action are broken for consult-line/consult-outline/...
- Add embark-become to embark-general-map
- Live-occur seems to be broken
- Add kmacro actions
- Always execute actions in embark--target-buffer
- Add bookmark and possibly register actions
- prevent auto closing live-occur
- Nicer embark which-key menus
- Why is embark-occur not in the embark-general-map?
- embark-act-exit/embark-act-noexit distinction per command
- Ideas regarding categories/annotations
minad/marginalia
12
closed
- Readme polishing, Announcement post on reddit
- marginalia-annotate-command-binding is slow
- Add support for transforming the candidate before looking up the annotation
- marginalia-annotate-file does not work with selectrum
- Example for annotator switching
- use affixation function?
- Allow a command to disable annotations?
- Add more faces for buffer/file annotators
- Melpa
- Prompt detection should ignore the default value, only the constant prompt should be considered
- Add more annotators from embark
- Update the readme
minad/consult
3
open
5
closed
- rework register functions
- consult-yank should not sort
- Better isearch integration
- consult-kmacro: Hide counter and format if possible
- factor out consult-annotate-mode
- consult-line should jump to the position of the match on the line
- Improve history behaviour for consult-line/outline/mark
- Add Icomplete annotation support
raxod502/selectrum
6
closed
- Recursive minibuffers invoked from find-file broken?
- Selectrum does not allow symbols as default value, Icomplete does
- default value display is too intrusive
- annotation-function is not used for directories and does not work when moving between directories
- Annotation function from completing-read should be invoked lazily
- Adding to minibuffer-history by default?