emacs-lisp
Here are 1,194 public repositories matching this topic...
-
Updated
Feb 28, 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 11, 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
cider 1.3
When you start a repl - no connection message.
user space fix:
(add-hook
'cider-connected-hook
(lambda ()
(message
(funcall
cider-connection-message-fn))))-
Updated
Mar 31, 2022 - Emacs Lisp
-
Updated
Mar 29, 2022 - Emacs Lisp
-
Updated
Feb 4, 2022 - Emacs Lisp
-
Updated
Apr 2, 2022 - Emacs Lisp
-
Updated
Mar 19, 2022 - Emacs Lisp
-
Updated
Mar 4, 2022 - Emacs Lisp
-
Updated
Feb 14, 2022 - Emacs Lisp
-
Updated
Jan 31, 2022 - Emacs Lisp
-
Updated
Jul 5, 2021 - Shell
-
Updated
Mar 10, 2022 - Emacs Lisp
-
Updated
Apr 1, 2022 - YASnippet
-
Updated
Mar 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
Jun 10, 2021 - Emacs Lisp
Hello, thanks for your wonderful work and others'.
I want to enable org-hugo-auto-export-mode, however it isn't included with the v0.8(the latest version on MELPA stable).
Later I found that I can install from MELPA
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