emacs-lisp
Here are 1,198 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
Sometimes I like to start ephemeral REPL sessions to play around with some idea and I don't need to persist files or have a project for it.
Right now you can cider-jack-in without a project or a file, in some empty clojure buffer, and Cider asks you if you want to run cider-jack-in without a project, which will start a Clojure REPL.
I was wondering if we could have the same functionality but
-
Updated
Apr 26, 2022 - Emacs Lisp
-
Updated
Apr 25, 2022 - Emacs Lisp
-
Updated
Apr 30, 2022 - Emacs Lisp
-
Updated
Apr 30, 2022 - Emacs Lisp
-
Updated
Apr 23, 2022 - Emacs Lisp
-
Updated
Mar 4, 2022 - Emacs Lisp
-
Updated
Apr 19, 2022 - Emacs Lisp
-
Updated
Apr 18, 2022 - Emacs Lisp
-
Updated
Jul 5, 2021 - Shell
-
Updated
Apr 27, 2022 - Emacs Lisp
-
Updated
Apr 1, 2022 - YASnippet
-
Updated
Apr 28, 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
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
Feb 6, 2022 - Emacs Lisp
-
Updated
Mar 15, 2022 - Emacs Lisp
-
Updated
Mar 30, 2022 - Emacs Lisp
-
Updated
Mar 22, 2022 - Emacs Lisp
-
Updated
Apr 25, 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."
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
irc
module works already. Matrix is similar to discord in that it supports images and other stylistic abilites that irc lacks.As far as I