The Wayback Machine - https://web.archive.org/web/20210827112906/https://github.com/topics/elisp
Here are
425 public repositories
matching this topic...
Centaur Emacs - A Fancy and Fast Emacs Configuration
Updated
Aug 27, 2021
Emacs Lisp
A fancy and fast mode-line inspired by minimalism design.
Updated
Aug 25, 2021
Emacs Lisp
An extensible emacs dashboard
Updated
Aug 27, 2021
Emacs Lisp
Emacs document annotator, using Org-mode
Updated
Mar 15, 2021
Emacs Lisp
A carefully crafted Org exporter back-end for Hugo
Updated
Aug 6, 2021
Emacs Lisp
Tutorial about programming Elisp and Emacs text editor customization.
A Web Application to Visualize the Org-Roam Database
Emacs plugin aiming to become an aesthetic, modern looking tabs plugin
Updated
Aug 22, 2021
Emacs Lisp
🎉 Personal GNU Emacs configuration
Updated
Aug 27, 2021
Emacs Lisp
Emacs support for Apple's Swift programming language.
Updated
Aug 10, 2021
Emacs Lisp
Updated
Mar 21, 2021
Emacs Lisp
64-bit Emacs for Windows with ImageMagick 7
direnv integration for emacs
Updated
Apr 19, 2021
Emacs Lisp
Pomidor is a simple and cool pomodoro technique timer.
Updated
Jan 11, 2021
Emacs Lisp
✨ Future-proof your Emacs Lisp customizations!
Updated
Apr 11, 2021
Emacs Lisp
Updated
Jul 27, 2020
Emacs Lisp
lsp-mode ❤️ Microsoft's python language server
Updated
Aug 4, 2021
Emacs Lisp
Updated
Apr 5, 2021
Emacs Lisp
Let's document Emacs Lisp Bytecode (Lisp Assembly Program) instructions
Updated
Aug 5, 2021
Emacs Lisp
Updated
Aug 4, 2021
Emacs Lisp
Desktop notifications and modeline display for mu4e
Updated
Apr 18, 2019
Emacs Lisp
Writing GNU Emacs Extensions 翻译
Updated
Dec 30, 2018
HTML
Flower is a Clojure (and Emacs) library for integration with Github, Gitlab, Atlassian Jira, Microsoft TFS, Microsoft Exchange and Slack. It also may be used from Java. More integrations with task trackers, repositories and messaging systems coming soon!
Updated
Oct 23, 2020
Clojure
🎨 Apply your Emacs theme to the rest of Linux, using magic. Also works on Mac.
Updated
Jul 11, 2019
Emacs Lisp
A simple emacs package to restart emacs from within emacs
Updated
Nov 30, 2020
Emacs Lisp
Better experience with icons for ivy
Updated
Aug 23, 2021
Emacs Lisp
Integrate Emacs' auth-source with password-store
Updated
Jun 27, 2021
Emacs Lisp
A Emacs distribution coming from the space ...
Updated
Jul 4, 2021
Emacs Lisp
A package to pull external changes into an org-mode source block if that block is tangled to an external file
Updated
Oct 25, 2020
Emacs Lisp
Improve this page
Add a description, image, and links to the
elisp
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
elisp
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
On this line (L176). I'm using
info
for trivial errors/warnings. Should I usewarning
instead ofinfo
?https://github.com/jcs-elpa/flycheck-grammarly/blob/958a433c5f3c9b6ffd2d1c630f4d30e13d9b1a71/flycheck-grammarly.el#L176
Trivial warnings/errors are like,
, etc.
Any suggestions are welcome!