-
Updated
Nov 20, 2021 - Emacs Lisp
Emacs

Emacs is an extensible text editor written primarily in Emacs Lisp. While it excels at editing text, Emacs stretches the boundaries of what 'text' is.
Here are 4,731 public repositories matching this topic...
-
Updated
Nov 22, 2021 - Common Lisp
-
Updated
Nov 17, 2021
-
Updated
Nov 21, 2021 - Go
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?
DEFUN ("make-frame-visible", Fmake_frame_visible, Smake_frame_visible,
0, 1, "",
doc: /* Make the frame FRAME visible (assuming it is an X window).
If omitted, FRAME defaults to the currently selected frame. */)
(Lisp_Object frame)
{
struct frame *f = decode_live_frame (frame);
/* I think this should be done with a hook. */
#ifdef HAVE_WINDOW_SYSTEM
if (FRA
-
Updated
Jul 5, 2021 - Emacs Lisp
-
Updated
Nov 21, 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 20, 2021 - Emacs Lisp
-
Updated
Nov 26, 2019 - Emacs Lisp
-
Updated
Nov 8, 2021 - Emacs Lisp
-
Updated
Jan 2, 2021 - CSS
-
Updated
Nov 21, 2021 - Python
-
Updated
Nov 22, 2021 - Emacs Lisp
-
Updated
Nov 21, 2021 - Emacs Lisp
Hi,
Looks like auto-complete ignores completion-styles
when building the candidate list...
Problem shows itself on non substring based completion styles, eg. partial-completion
.
To reproduce:
(Emacs 27.1, auto-complete #aafd3f5)
; <emacs --no-init-file>
; <set up path to auto-complete>
(require 'auto-complete)
(require 'auto-complete-config)
(ac-config-default)
(define-key
As a user, when editing a wide table, I want the 'table modification' actions to always be visible
At this point, the 'table modification' actions are aligned left:
Hence, when scrolling the table to the right, they scroll out of view and cannot be used anymore:
Should
-
Updated
Nov 1, 2021 - Emacs Lisp
-
Updated
Sep 2, 2021 - Emacs Lisp
-
Updated
Nov 18, 2021 - Emacs Lisp
-
Updated
Nov 18, 2021 - Emacs Lisp
- Repository
- emacs-mirror/emacs
- Website
- www.gnu.org/software/emacs/emacs.html
- Wikipedia
- Wikipedia
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