The Wayback Machine - https://web.archive.org/web/20200705041935/https://github.com/topics/melpa
Skip to content
#

melpa

Here are 107 public repositories matching this topic...

honnix
honnix commented Apr 29, 2020

I could not think of a good way to work on a PR, so creating an issue instead.

This is what REAME says regarding delight and projectile:

;; Remove the mode name for projectile-mode, but show the project name.
(use-package projectile
  :delight '(:eval (concat " " (projectile-project-name))))

However this under certain circumstances would have serious performance issue, an

fleutot
fleutot commented Mar 29, 2018

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)
nverno
nverno commented Nov 4, 2019

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:

  1. If custom colors are defined in ~/.ripgreprc, eg. --colors=path:fg:cyan etc. then
    font-locking and other functions in the rg-results buffer don't work.

  2. Using xterm-color-filter also breaks rg's compilation (from xterm-color library)
    I usually

grafov
grafov commented Jul 21, 2019
  • Store the path to the latest created snippet to the variable
  • Add command go-playground-latest that 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.

Curate this topic

Add this topic to your repo

To associate your repository with the melpa topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.