emacs-lisp
Here are 1,177 public repositories matching this topic...
-
Updated
Jan 14, 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
Feb 6, 2022 - Emacs Lisp
Steps to reproduce the problem
M-x projectile-replace RET a. RET RET or SPC p R a. RET RET.
Expected behavior
I am using spacemacs. SPC p R calls projectile-replace which according to its describe function should not treat the search string as regexp:
Replace literal string in project using non-regexp ‘tags-query-replace’.
Yet, it uses regexp.
Actual behavior
The
Expected behavior
I often need to connect to both a clj nrepl server as well as a shadow-cljs nrepl server for full stack dev. Because the clj nrepl server prints its port to .nrepl-port, and shadow prints its port to .shadow-nrepl/nrepl.port, ideally their respective ports should both be automatically discoverable when I try to connect via cider-connect.
Actual behavior
If a
-
Updated
Feb 9, 2022 - Emacs Lisp
-
Updated
Jan 10, 2022 - Emacs Lisp
-
Updated
Feb 4, 2022 - Emacs Lisp
-
Updated
Feb 8, 2022 - Emacs Lisp
-
Updated
Jan 19, 2022 - Emacs Lisp
-
Updated
Feb 7, 2022 - Emacs Lisp
-
Updated
Jan 16, 2022 - Emacs Lisp
-
Updated
Jan 31, 2022 - Emacs Lisp
-
Updated
Jul 5, 2021 - Shell
-
Updated
Feb 9, 2022 - Emacs Lisp
-
Updated
Jan 5, 2022 - YASnippet
-
Updated
Feb 7, 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
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
Oct 23, 2021 - JavaScript
-
Updated
Feb 6, 2022 - Emacs Lisp
-
Updated
Feb 8, 2022 - Emacs Lisp
-
Updated
Oct 30, 2021 - Emacs Lisp
-
Updated
Jun 10, 2021 - Emacs Lisp
-
Updated
Jan 7, 2022 - Emacs Lisp
-
Updated
Nov 20, 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."
First off, I would like to thank all of you for working on this project that allows beginners like myself to live inside emacs
Describe the feature
It would be great if doom had a module that set up and configured a matrix client, similar to how our
ircmodule works already. Matrix is similar to discord in that it supports images and other stylistic abilites that irc lacks.As far as I