melpa
Here are 107 public repositories matching this topic...
-
Updated
Jun 12, 2020 - Emacs Lisp
This file structure:
$ ls
mycode.c other_file.c
$ git init
Initialized empty Git repository in /home/gauthier/tmp/dumb/.git/
$ git add mycode.c && git commit -m"Init"
[master (root-commit) 5271e5a] Init
1 file changed, 15 insertions(+)
create mode 100644 mycode.c
mycode.c:
typedef int my_type_t;
my_type_t a;
my_type_t my_function(my_type_t in);
int main(void)
-
Updated
May 15, 2020 - Emacs Lisp
-
Updated
Jun 17, 2020 - Emacs Lisp
-
Updated
Jun 20, 2020 - Emacs Lisp
-
Updated
May 14, 2020 - Emacs Lisp
It took me a bit to figure out what was wrong here, and I don't think it is documented
anywhere. Here are a couple issues I ran into:
-
If custom colors are defined in ~/.ripgreprc, eg.
--colors=path:fg:cyanetc. then
font-locking and other functions in the rg-results buffer don't work. -
Using
xterm-color-filteralso breaks rg's compilation (fromxterm-colorlibrary)
I usually
For added convenience on systems with touchscreens, the Filenames/line-numbers in the bm-show-all command should be clickable links. Currently you have to press enter after moving the cursor to the desired line.
-
Updated
Feb 29, 2020 - Emacs Lisp
-
Updated
Mar 15, 2018 - Emacs Lisp
The documentation states that we should add the following to the configuration: (add-hook 'haskell-mode-hook #'lsp-haskell-enable). Unfortunately, I cannot find this prodcedure.
-
Updated
Jun 2, 2020 - Emacs Lisp
-
Updated
Feb 25, 2018 - Emacs Lisp
-
Updated
Feb 9, 2020 - Emacs Lisp
-
Updated
May 18, 2020 - Emacs Lisp
-
Updated
Sep 19, 2019 - Emacs Lisp
-
Updated
Jun 19, 2017 - Emacs Lisp
I have a working setup for a mocha/karma combo, need to document this in the readme.
-
Updated
Aug 5, 2019 - Emacs Lisp
-
Updated
Apr 24, 2020 - Emacs Lisp
- Store the path to the latest created snippet to the variable
- Add command
go-playground-latestthat would open that snippet instead of creating a new one
Maybe also track the paths for the N latest created snippets and offer the way to reuse them.
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."


I could not think of a good way to work on a PR, so creating an issue instead.
This is what REAME says regarding
delightandprojectile:However this under certain circumstances would have serious performance issue, an