A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
-
Updated
Jul 14, 2022 - 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 hacker's power-browser.
A community driven list of useful Emacs packages, libraries and other items.
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 (FRAEmacs client/library for the Language Server Protocol
A use-package declaration for simplifying your .emacs
M-x projectile-switch-open-project should not list projects for which I previously ran M-x projectile-kill-buffers
M-x projectile-switch-open-project does lists projects for which I previously ran M-x projectile-kill-buffers
Make sure you have internal buffers (buffer name prefixed with space " ") fo
When I go into cider-browse-ns-all and hit ENTER on a namespace, I start browsing that namespace's variables
When the namespace is a simple one (just one name with no . separators) then it's somehow treated incorrectly and it open a docs window
Here is a minimal example
Emacs incremental completion and selection narrowing framework
HTTP headers, media-types, methods, relations and status codes, all summarized and linking to their specification.
EAF, an extensible framework that revolutionizes the graphical capabilities of Emacs
On the fly syntax checking for GNU Emacs
Happy Hacking Emacs & Spacemacs (Simplified Chinese)
Org mode syntax allows for links to CUSTOM_ID like so:
* TODO CR: Ability to link to CUSTOM_ID headers
:PROPERTIES:
:CUSTOM_ID: demo_link
:END:
* Unrelated stuff
This links to the [[#demo_link][change request]].
One option would be to use native JS with elem.scrollIntoView().
A megapack of themes for GNU Emacs.
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-keyMinor mode for Emacs that deals with parens pairs and tries to be smart about it.
Centaur Emacs - A Fancy and Fast Emacs Configuration
As Doom continues to grow, so have incoming bug reports for modules I do not use and toolchains I know little about, like
:lang clojureor:tools ein, and so I struggle to support them.If you know a little nix and use Doom, consider contributing a
shell.nixfile to the module(s) you use the most. Particularly:langmodules, so that I can get a test environment up and running to test ag