emacs-lisp
Here are 1,143 public repositories matching this topic...
-
Updated
Jul 7, 2021 - 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
Jul 5, 2021 - Emacs Lisp
Expected behavior
Completion by tab in projectile-run-shell-command-in-root instead of printing tab
Actual behavior
Pressing tab prints tab
Steps to reproduce the problem
- Install last version from melpa
- Press hotkey(default is
C-c p !
) - Press tab
This is extremely important! Providing us with a reliable way to reproduce
a problem will expedite its solution.
Expected behavior
Be able to eval (< 1 nil)
and get a reasonable stack trace.
Actual behavior
CIDER panics with *Messages*
error in process filter: cider-stacktrace-render-frame: Format specifier doesn’t match argument type
error in process filter: Format specifier doesn’t match argument type
and a Stacktrace buffer like
1. Unhandled java.lang.NullPointerExc
-
Updated
Jul 16, 2021 - Emacs Lisp
-
Updated
Jul 21, 2021 - Emacs Lisp
-
Updated
Jun 21, 2021 - Emacs Lisp
-
Updated
May 26, 2021 - Emacs Lisp
-
Updated
Jul 24, 2021 - Emacs Lisp
-
Updated
Jun 22, 2021 - Emacs Lisp
-
Updated
Jul 18, 2021 - Emacs Lisp
-
Updated
Jul 5, 2021 - Shell
-
Updated
Jul 6, 2021 - Emacs Lisp
-
Updated
Jul 24, 2021 - YASnippet
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
Apr 29, 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
Jul 22, 2021 - Emacs Lisp
-
Updated
Jul 9, 2021 - Emacs Lisp
-
Updated
Jul 5, 2021 - JavaScript
-
Updated
Jun 10, 2021 - Emacs Lisp
-
Updated
Jul 24, 2021 - Emacs Lisp
-
Updated
Jul 24, 2021 - Emacs Lisp
-
Updated
Jul 14, 2021 - Emacs Lisp
-
Updated
Jun 27, 2021 - Emacs Lisp
-
Updated
May 29, 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