Skip to content
#

emacs-lisp

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

doomemacs
hlissner
hlissner commented Feb 18, 2020

As Doom continues to grow, so have incoming bug reports for modules I do not use and toolchains I know little about, like :lang clojure or :tools ein, and so I struggle to support them.

If you know a little nix and use Doom, consider contributing a shell.nix file to the module(s) you use the most. Particularly :lang modules, so that I can get a test environment up and running to test ag

is:feature help wanted re:modules good first issue
dvdkhlng
dvdkhlng commented Feb 23, 2022

Expected behavior

M-x projectile-switch-open-project should not list projects for which I previously ran M-x projectile-kill-buffers

Actual behavior

M-x projectile-switch-open-project does lists projects for which I previously ran M-x projectile-kill-buffers

Steps to reproduce the problem

Make sure you have internal buffers (buffer name prefixed with space " ") fo

kxygk
kxygk commented Jul 2, 2022

Expected behavior

When I go into cider-browse-ns-all and hit ENTER on a namespace, I start browsing that namespace's variables

Actual behavior

When the namespace is a simple one (just one name with no . separators) then it's somehow treated incorrectly and it open a docs window

Steps to reproduce the problem

Here is a minimal example

https://gist.github.com/kxygk/2932bc0

bug 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