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

emacs-lisp

Here are 1,198 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

1. enhancement help wanted re:modules good first issue
garyo
garyo commented Feb 23, 2022

Expected behavior

Calling projectile-project-root in a deep subdir that's not in a project should be fast, especially after the first call

Actual behavior

It can be slow; .5 to 1 sec per call.

Steps to reproduce the problem

I have a dir /mnt/c/files/consulting/project/projectA/ containing foo.txt. In that buffer, invoke (projectile-project-root). It takes about half a s

didibus
didibus commented Apr 9, 2022

Sometimes I like to start ephemeral REPL sessions to play around with some idea and I don't need to persist files or have a project for it.

Right now you can cider-jack-in without a project or a file, in some empty clojure buffer, and Cider asks you if you want to run cider-jack-in without a project, which will start a Clojure REPL.

I was wondering if we could have the same functionality but

enhancement good first issue

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