emacs-lisp
Here are 1,202 public repositories matching this topic...
-
Updated
Nov 25, 2021 - Haskell
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
projectile-run-eshell opens a new eshell buffer for every different project
Actual behavior
If an eshell buffer is opened, another eshell command for another project with similar path will only jump to this existing one instead of opening a new one
Steps to reproduce the problem
Create 2 git projects with paths:
project 1: /path/to/project1/src/.git
project 2:
Thanks!
First, thank you for cider. It is magnificently useful and I so appreciate all the hard work!
Is your feature request related to a problem? Please describe.
For a while I have been mystified by the dead REPL
prompt, an example:
A dead REPL *cider-repl borkdude/api-diff:localhost:60172(clj)* exists. Reuse? (y or n)
I did not understand what it was asking me to
-
Updated
Nov 25, 2021 - Emacs Lisp
-
Updated
Nov 18, 2021 - Emacs Lisp
-
Updated
Nov 1, 2021 - Emacs Lisp
-
Updated
Sep 2, 2021 - Emacs Lisp
-
Updated
Nov 27, 2021 - Emacs Lisp
-
Updated
Oct 18, 2021 - Emacs Lisp
-
Updated
Nov 26, 2021 - Emacs Lisp
-
Updated
Jul 5, 2021 - Shell
-
Updated
Oct 20, 2021 - Emacs Lisp
-
Updated
Nov 19, 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
Nov 26, 2021 - Emacs Lisp
-
Updated
Sep 13, 2021 - Emacs Lisp
-
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
Nov 18, 2021 - Emacs Lisp
-
Updated
Jun 10, 2021 - Emacs Lisp
-
Updated
Nov 20, 2021 - Emacs Lisp
-
Updated
Oct 30, 2021 - Emacs Lisp
-
Updated
Aug 11, 2021 - Emacs Lisp
-
Updated
Nov 26, 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