emacs-lisp
Here are 1,210 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
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
-
Updated
Jun 1, 2022 - Emacs Lisp
-
Updated
Apr 25, 2022 - Emacs Lisp
-
Updated
May 10, 2022 - Emacs Lisp
-
Updated
May 31, 2022 - Emacs Lisp
-
Updated
May 31, 2022 - Emacs Lisp
-
Updated
May 24, 2022 - Emacs Lisp
-
Updated
May 27, 2022 - Emacs Lisp
-
Updated
Apr 18, 2022 - Emacs Lisp
-
Updated
Jul 5, 2021 - Shell
-
Updated
May 15, 2022 - Emacs Lisp
-
Updated
Apr 1, 2022 - YASnippet
-
Updated
Jun 1, 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
May 27, 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
May 31, 2022 - Emacs Lisp
-
Updated
Mar 22, 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 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