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

emacs-lisp

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

laheadle
laheadle commented May 28, 2022

Expected behavior

Setting the option to customize the behavior of cljfmt should take effect by customizing that behavior.

Actual behavior

Setting the option to customize the behavior of cljfmt has no effect.

Steps to reproduce the problem

I have set:

(setq cider-format-code-options
        '(("remove-consecutive-blank-lines?" t)
          ("remove-multiple-non-i
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