Skip to content
#

emacs-lisp

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

nigredo-tori
nigredo-tori commented Feb 17, 2021

Expected behavior

With projectile-create-missing-test-files enabled, when using projectile-toggle-between-implementation-and-test in a file like .../src/main/.../foo.scala, Projectile should always create a file .../src/test/.../fooSpec.scala in the corresponding test directory if such file doesn't exist.

Actual behavior

If the project already contains a file with a name

jaor
jaor commented May 24, 2021

Expected behavior

completion works as usual, across imported namespaces

Actual behavior

when calling completion-at-point, only completions belonging to the current namespace are offered
(after C-c C-k to compile and load the namespace). this started happening very recently.

Steps to reproduce the problem

for me, it fails with any namespace i try. just C-c C-k and then M-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