The Wayback Machine - https://web.archive.org/web/20211230095218/https://github.com/topics/emacs-lisp
Skip to content
#

emacs-lisp

Here are 1,157 public repositories matching this topic...

doom-emacs
destroyer449
destroyer449 commented Mar 12, 2021

First off, I would like to thank all of you for working on this project that allows beginners like myself to live inside emacs

Describe the feature
It would be great if doom had a module that set up and configured a matrix client, similar to how our irc module works already. Matrix is similar to discord in that it supports images and other stylistic abilites that irc lacks.
As far as I

xuanni
xuanni commented Oct 12, 2021

Expected behavior

projectile-run-eshell opens a new eshell buffer for every different project

Actual behavior

If an eshell buffer is opened, another eshell command for another project with similar path will only jump to this existing one instead of opening a new one

Steps to reproduce the problem

Create 2 git projects with paths:
project 1: /path/to/project1/src/.git
project 2:

shashurup
shashurup commented Dec 25, 2021

Expected behavior

xref-find-references with cider backend must return either absolute file name or the name relative to the file of the current buffer.

Actual behavior

the file name returned is realtive to src directory and, as a result, selecting a reference in xref buffer doesn't work.

Steps to reproduce the problem

Put a cursor to some function in a clojure buffer, invoke x

Improve this page

Add a description, image, and links to the emacs-lisp 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 emacs-lisp topic, visit your repo's landing page and select "manage topics."

Learn more