-
Updated
Jul 5, 2021 - Emacs Lisp
melpa
Here are 118 public repositories matching this topic...
-
Updated
May 26, 2021 - Emacs Lisp
-
Updated
Jun 22, 2021 - Emacs Lisp
-
Updated
Jun 10, 2021 - Emacs Lisp
-
Updated
Mar 29, 2021 - Emacs Lisp
-
Updated
Jan 28, 2021 - Emacs Lisp
-
Updated
Mar 7, 2021 - Emacs Lisp
-
Updated
Feb 29, 2020 - Emacs Lisp
-
Updated
May 5, 2021 - Emacs Lisp
-
Updated
Jul 11, 2021 - Emacs Lisp
-
Updated
Mar 15, 2018 - Emacs Lisp
-
Updated
Oct 21, 2020 - Emacs Lisp
-
Updated
Jan 10, 2021 - Emacs Lisp
-
Updated
Apr 15, 2021 - Emacs Lisp
dap-dart-setup doesn't seem to do anything if the .extension/github/Dart-Code.Dart-Code directory already exists.
A way to update would be helpful.
Like checking for a new version, delete the directory and run dap-dart-setup again.
Currently I delete the directory manually ocassionally and run dap-dart-setup again.
-
Updated
Sep 19, 2019 - Emacs Lisp
-
Updated
Jun 19, 2017 - Emacs Lisp
-
Updated
Jan 10, 2021 - Emacs Lisp
On Emacs 27+ we get the warning Package cl is deprecated.
It seems cl-lib is being used for a handful of things here and there. It would be good to remove its usage. I'd still like to maintain backwards-compatibility with at least Emacs 26, though
Improve this page
Add a description, image, and links to the melpa topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the melpa topic, visit your repo's landing page and select "manage topics."


Hi,
Looks like auto-complete ignores
completion-styleswhen building the candidate list...Problem shows itself on non substring based completion styles, eg.
partial-completion.To reproduce:
(Emacs 27.1, auto-complete #aafd3f5)