emacs-lisp
Here are 1,206 public repositories matching this topic...
-
Updated
Apr 13, 2022 - Python
Maybe it's a dump question, but seems flycheck report all the prelude- symbols for this error, is there a way to avoid this error being reported?
-
Updated
Apr 4, 2022 - Emacs Lisp
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
Problem: It seems good practice to mark your non-public vars as ^:private (including fns from defn-). But then cider-ns-browser (a very useful view) doesn't show them. And it's still useful to document private vars.
Solution: Enable the private vars to be shown, with their docstrings. Could be a toggle command like a (for "show All") in the map (https://github.com/clojure-emacs/
-
Updated
May 20, 2022 - Emacs Lisp
-
Updated
Apr 25, 2022 - Emacs Lisp
-
Updated
May 10, 2022 - Emacs Lisp
-
Updated
May 20, 2022 - Emacs Lisp
-
Updated
Apr 23, 2022 - Emacs Lisp
-
Updated
May 19, 2022 - Emacs Lisp
-
Updated
May 18, 2022 - Emacs Lisp
-
Updated
Apr 18, 2022 - Emacs Lisp
-
Updated
May 15, 2022 - Emacs Lisp
-
Updated
Jul 5, 2021 - Shell
-
Updated
Apr 1, 2022 - YASnippet
-
Updated
May 18, 2022 - Emacs Lisp
These boolean variables do not seem to have an effect when enabled through an entry in custom-set-variables.
zenburn-use-variable-pitch
zenburn-scale-org-headlines
zenburn-scale-outline-headlines
Should these be removed from the customize interface and a comment be added to the README telling users to set this before loading the theme?
-
Updated
Oct 5, 2021 - Emacs Lisp
-
Updated
Mar 5, 2022 - JavaScript
-
Updated
Feb 6, 2022 - Emacs Lisp
Expected behavior
clojure-find-ns should handle properly an ns form with preceding whitespace.
Actual behavior
It returns nil.
Steps to reproduce the problem
(ns foo.bar)
(defn foo [] :bar)Try evaluating the defn form.
Environment & Version information
clojure-mode ver
-
Updated
Mar 30, 2022 - Emacs Lisp
-
Updated
Mar 15, 2022 - Emacs Lisp
-
Updated
Mar 22, 2022 - Emacs Lisp
-
Updated
May 20, 2022 - Emacs Lisp
-
Updated
Jun 10, 2021 - Emacs Lisp
Improve this page
Add a description, image, and links to the emacs-lisp topic page so that developers can more easily learn about it.
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."


As Doom continues to grow, so have incoming bug reports for modules I do not use and toolchains I know little about, like
:lang clojureor:tools ein, and so I struggle to support them.If you know a little nix and use Doom, consider contributing a
shell.nixfile to the module(s) you use the most. Particularly:langmodules, so that I can get a test environment up and running to test ag