A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
-
Updated
Oct 6, 2020 - 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!
A community driven list of useful Emacs packages, libraries and others.
Nyxt - Be productive.
I am running Emacs with the -nw flag from the terminal.
When looking at the commit graph using log all-branches (keymap l b) I cannot differentiate which is the currently checked-out branch, as they all look the same.
In contrast, when using Emacs GUI the current branch is highlighted/boxed, which makes it highly visible.
I would expect the font-faces to be different in the terminal i
Such a test would be very useful on CI to prevent from silly mistakes like the one in #1279 creeping in. Basically we need to:
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
A use-package declaration for simplifying your .emacs
├── app
│ ├── components
│ ├── controllers
│ ├── helpers
│ ├── models
│ ├── routes
│ ├── styles
│ │ └── app.css
│ ├── templates
│ │ └── application.hbs
│ ├── app.js
│ ├── index.html
│ └── router.js
├── config
│ ├── ember-cli-update.json
│ ├── environment.js
│ ├── optional-features.json
│ └── targets.js
├── public
│ ├── tests
│ ├── helpers
│ ├── integration
│ ├── unit
Is your feature request related to a problem? Please describe.
When I switched from lein to Clojure CLI on MS Windows 10, cider-jack-in failed. The reason was unclear (to me anyway) from the error messaging. I found Alex Miller's documentation at
Install fails due to permission errors
Emacs incremental completion and selection narrowing framework
Emacs client/library for the Language Server Protocol
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)
web template editing mode for emacs
Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
Issue #409 introduced a new function to indicate which systems support symlinks:
(defun straight--windows-os-p ()
"Check if the current operating system is Windows."
(memq system-type '(ms-dos windows-nt cygwin)))
cygwin should not be in this list, it supports symlinks. It runs on windows-os, but in its own environment, with its own filesystem including /tmp, /proc, .. and its ow
An opinionated pack of modern color-themes
Emacs application framework
an Emacs "jump to definition" package for 40+ languages
Tide - TypeScript Interactive Development Environment for Emacs
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
Describe the feature
There should be an easier way to open
latex-preview-pane-modewhen in LaTeX mode than usingM-xthen searching for it.System information