emacs-lisp
Here are 1,082 public repositories matching this topic...
-
Updated
Dec 22, 2020 - 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
Dec 27, 2020 - Emacs Lisp
Expected behavior
That projectile-find-file
works.
Actual behavior
I get an error. It seems like formatting of the final command to call has a bug with it on Windows:
Debugger entered--Lisp error: (file-missing "Setting current directory" #("No such file or directory" 0 25 (charset windows-1252)) "c:/Users/REDACTED/Git/REDACTED/'echo: -c: line 0: unexpe...")
call-process("C:
Presently, this can only be called from the test
NS.
It would be nice if you could call cider-test-run-test
from the src
NS, instead of having to run the whole cider-test-run-ns-tests
.
This should be possible if your deftest
function is named consistently with the source function. So with point on source function foo
, invoking cider-test-run-test
would look for a corresponding
-
Updated
Jan 1, 2021 - Emacs Lisp
-
Updated
Dec 31, 2020 - Emacs Lisp
-
Updated
Dec 27, 2020 - Emacs Lisp
-
Updated
Dec 29, 2020 - Emacs Lisp
-
Updated
Dec 5, 2020 - Emacs Lisp
-
Updated
Dec 31, 2020 - Emacs Lisp
-
Updated
Dec 16, 2020 - Emacs Lisp
-
Updated
Sep 9, 2020 - Shell
-
Updated
Dec 26, 2020 - 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
Dec 26, 2020 - YASnippet
-
Updated
May 27, 2019 - Emacs Lisp
Expected behavior
Proper syntax highlighting
Actual behavior
Steps to reproduce the problem
Write a form containing a word starting with def
anywhere, e.g. (defface 'angry-face)
I get that the intent was to highlight defresource
etc the same way as defn
but this reall
-
Updated
Jan 1, 2021 - Emacs Lisp
-
Updated
Dec 28, 2020 - Emacs Lisp
-
Updated
Dec 28, 2020 - Emacs Lisp
-
Updated
Dec 7, 2020 - Emacs Lisp
-
Updated
Dec 3, 2020 - JavaScript
-
Updated
Oct 3, 2020 - Emacs Lisp
-
Updated
Dec 23, 2020 - Emacs Lisp
-
Updated
Dec 27, 2020 - Emacs Lisp
-
Updated
Jan 2, 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