A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
-
Updated
Aug 9, 2021 - Emacs Lisp
{{ message }}
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.
A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
Nyxt - the Internet on your terms.
A community driven list of useful Emacs packages, libraries and others.
It would be useful to add support for git bundles in magit. From what I can see there is no implementation supporting this and I always find myself needing to use a shell for this task instead.
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 (FRAA use-package declaration for simplifying your .emacs
Emacs client/library for the Language Server Protocol
Completion by tab in projectile-run-shell-command-in-root instead of printing tab
Pressing tab prints tab
C-c p !)This is extremely important! Providing us with a reliable way to reproduce
a problem will expedite its solution.
Disclaimer: I'm a noob and didn't know having a nREPL server running was a requirement to eval a sexp inside a cider scratchpad. Feel free to ignore if this isn't relevant or if it is emacs related.
Is your feature request related to a problem? Please describe.
I was trying to eval a sexp within a cider-scratch buffer but it didn't work. I checked the open buffers for erros, and saw nothin
Emacs incremental completion and selection narrowing framework
HTTP headers, media-types, methods, relations and status codes, all summarized and linking to their specification.
On the fly syntax checking for GNU Emacs
Happy Hacking Emacs & Spacemacs (Simplified Chinese)
Emacs application framework
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-keyAn opinionated pack of modern color-themes
Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
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
web template editing mode for emacs
Quite simple when you know treemacs--get-bounds-of-project exists.
Centaur Emacs - A Fancy and Fast Emacs Configuration
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