
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.
-
- Sign up for GitHub or sign in to edit this page
Here are 3,180 public repositories matching this topic...
A community driven list of useful Emacs packages, libraries and others.
-
Updated
Oct 16, 2019 - 615 commits
Prelude is an enhanced Emacs 25.1+ distribution that should make your experience with Emacs both more pleasant and more powerful.
-
Updated
Oct 16, 2019 - 1 commits
- Emacs Lisp
I created this meta issue to track missing documentation. I added [x] even
thought documentation might not be complete. This point is just to make easier
to people to find what module needs documentation, so they can easier contribute
to documentation.
All these are from develop branch.
- completion
- Company
- helm
- ido
- ivy
- ui
- deft
Next 1.3.3 has a git-clone
(vcs-clone) command. It would be great if, when I press the "fork" Github button, Next suggested me to also clone the repository locally.
What needs to be done: probably installing an event listener on the button. This requires JavaScript knowledge. (we can help a new lisper with the lispy JS). A git-mode
mode needs to be created, and the feature be tied to it. Th
Port invisible-p
DEFUN ("invisible-p", Finvisible_p, Sinvisible_p, 1, 1, 0,
doc: /* Non-nil if text properties at POS cause text there to be currently invisible.
POS should be a marker or a buffer position; the value of the `invisible'
property at that position in the current buffer is examined.
POS can also be the actual value of the `invisible' text or overlay
property of the text of interest,
Evaling the form (throw (ex-info "foo" {}))
with M-x cider-pprint-eval-last-sexp-to-comment
yields the empty comment string:
;; =>
Arguably it should either:
- Not yield a
;; =>
at all (just the empty string) (and appropriate cider error buffer)
or it should:
- Print the error in the comment.
The later might be useful when describing code interactions and REPL s
Expected behavior
Ignore non-top-level dirs listed in projectile-globally-ignored-directories with both methods of indexing (native and alien).
Actual behavior
Fix introduced in #1119 fixes ignoring of non-top-level dirs for alien indexing mode but not for native.
Steps to reproduce the problem
- Put this in init.el:
projectile-globally-ignored-directories (append '("*__py
Emacs incremental completion and selection narrowing framework
-
Updated
Oct 15, 2019 - 9 commits
- Emacs Lisp
HTTP headers, media-types, methods, relations and status codes, all summarized and linking to their specification.
-
Updated
Oct 8, 2019 - 168 commits
- Emacs Lisp
Describe the bug
If there is a syntax error in the file and I call lsp-format-buffer
, I do not get visual feedback that the formatting failed.
I can see the error the formatter generated in *lsp-log*
.
To Reproduce
Create a syntax error in a file and then call lsp-format-buffer
.
Expected behavior
An error should be shown to the user. Most likely in the minibuffer.
Ruby Sass is deprecated. See http://sass.logdown.com/posts/7081811.
🦄 A modern web client for SFTP, S3, FTP, WebDAV, Git, S3, FTPS, Minio, LDAP, Caldav, Carddav, Mysql, Backblaze, ...
-
Updated
Oct 16, 2019 - 511 commits
- Go
Happy Hacking Emacs & Spacemacs (Simplified Chinese)
-
Updated
Oct 15, 2019 - 234 commits
- CSS
According to docstring M-x sp-clone-sexp RET
on (| ())
should yield
( ())
( ())
because point is two spaces before an sexp, i.e. not immediately before. But the actual behavior results in
( ()
())
as if it were executed on ( |())
.
smartparens
version: 20190103.2309- Active
major-mode
:lisp-interaction-mode
- Smartparens strict mode: t
- Emacs
The Superior Lisp Interaction Mode for Emacs
-
Updated
Oct 15, 2019 - 5 commits
- Common Lisp
https://github.com/Microsoft/language-server-protocol/wiki/Protocol-Implementations
There seems to be a sophisticated OCaml implementation here as well, that already interops with Merlin. Should this be mentioned and/or tested more with Merlin?
Complete interactive development program for Haskell
-
Updated
Oct 13, 2019 - 783 commits
- Haskell
In the Issue #161 we have been talking about the org-brain "API", and the need to document the use of the org-brain functions from elisp with the needed arguments, parameters, etc. I want to work with you in what you need related to the more complex linking workflow possible.
All about the issue #163 is a good example of a coding, reference and documentation need for me. How do I
Roadmap to 1.0?
This file structure:
$ ls
mycode.c other_file.c
$ git init
Initialized empty Git repository in /home/gauthier/tmp/dumb/.git/
$ git add mycode.c && git commit -m"Init"
[master (root-commit) 5271e5a] Init
1 file changed, 15 insertions(+)
create mode 100644 mycode.c
mycode.c:
typedef int my_type_t;
my_type_t a;
my_type_t my_function(my_type_t in);
int main(void)
Tide - TypeScript Interactive Development Environment for Emacs
-
Updated
Oct 16, 2019 - 387 commits
- Emacs Lisp
A JavaScript development environment for Emacs
-
Updated
Oct 15, 2019 - 707 commits
- Emacs Lisp
An opinionated pack of modern color-themes
-
Updated
Oct 16, 2019 - 912 commits
- Emacs Lisp
translate emacs documents to Chinese for convenient reference
-
Updated
Oct 6, 2019 - 1 commits
- Shell
Emacs Org Mode for Visual Studio Code
-
Updated
Oct 14, 2019 - 211 commits
- TypeScript
Learn about emacs
- Repository
- emacs-mirror/emacs
- Website
- www.gnu.org/software/emacs/emacs.html
- Wikipedia
- Wikipedia
Cloned, installed but linked. Any advice?