emacs-lisp
Here are 1,215 public repositories matching this topic...
-
Updated
Jul 21, 2022 - Elixir
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
Jul 10, 2022 - Emacs Lisp
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
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
-
Updated
Jul 21, 2022 - Emacs Lisp
-
Updated
Jul 20, 2022 - Emacs Lisp
-
Updated
Jul 15, 2022 - Emacs Lisp
-
Updated
Jul 21, 2022 - Emacs Lisp
-
Updated
Jun 29, 2022 - Emacs Lisp
-
Updated
May 27, 2022 - Emacs Lisp
-
Updated
Jul 15, 2022 - Emacs Lisp
-
Updated
Jun 3, 2022 - Emacs Lisp
-
Updated
May 15, 2022 - Emacs Lisp
-
Updated
Jul 5, 2021 - Shell
-
Updated
Jul 13, 2022 - YASnippet
-
Updated
Jul 19, 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
May 27, 2022 - Emacs Lisp
-
Updated
Mar 5, 2022 - JavaScript
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
Jul 18, 2022 - Emacs Lisp
-
Updated
Jun 2, 2022 - Emacs Lisp
-
Updated
Jun 26, 2022 - Emacs Lisp
-
Updated
Jun 19, 2022 - 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