This package provides a major mode for editing text/gemini files. Currently, it only provides syntax-highlighting support. This file is not part of GNU Emacs. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
Same as ac-html, but for `company completion framework. Configuration: (add-to-list company-backends company-web-html) (add-to-list company-backends company-web-jade) (add-to-list company-backends company-web-slim) or, for example, setup web-mode-hook: (define-key web-mode-map (kbd "C-'") company-web-html) (add-hook web-mode-hook (lambda () (set (make-local-variable company-backends) (company-web-html company-files)) (company-mode t))) When you use `emmet-mode (with `web-mode and `html-mode') you may autocomplete as well as regular html complete. P.S: You may be interested in next packages: `ac-html-bootstrap - Twitter:Bootstrap completion data for company-web (and ac-html as well) `ac-html-csswatcher - Watch your project CSS/Less files for classes and ids `ac-html-angular - Angular 1.5 completion data;
This package defines some hydras (pop-up menus of commands with common prefixes) for CIDER. For more information about CIDER, see https://github.com/clojure-emacs/cider For more information about hydras, see https://github.com/abo-abo/hydra Hydras serve several important purposes: discovery, memorization, and organization. - Discovery - Grouping related commands together under a common prefix and displaying them in a single menu facilitates discovery. - For example, if a user wants to know about CIDER's documentation commands, they could bring up a hydra that includes commands like `cider-doc', `cider-javadoc', etc, some of which may be new to them. - Memorization - Hydras serve as a memory aid for the user. By grouping related commands together, the user has less need to memorize every command; knowing one, she can find the others. - Organization - The process of creating hydras can aid in organizing code. This gives both developers and users a better overview of what the project can or cannot do. - Thus, each hydra is like a section of a quick-reference card. In fact, many of the hydras here are inspired by the CIDER refcard: https://github.com/clojure-emacs/cider/blob/master/doc/cider-refcard.pdf.
Documentation at https://melpa.org/#/indentinator
Documentation at https://melpa.org/#/conventional
Documentation at https://melpa.org/#/transmission
Documentation at https://melpa.org/#/zettelkasten
Documentation at https://melpa.org/#/nnhackernews
Documentation at https://melpa.org/#/presentation
Documentation at https://melpa.org/#/achievements
Documentation at https://melpa.org/#/digitalocean
Documentation at https://melpa.org/#/scrollkeeper
Documentation at https://melpa.org/#/languagetool
Documentation at https://melpa.org/#/listenbrainz
Documentation at https://melpa.org/#/sparkweather
Documentation at https://melpa.org/#/kaleidoscope
Documentation at https://melpa.org/#/editorconfig
Documentation at https://melpa.org/#/devcontainer
Documentation at https://melpa.org/#/proportional
Documentation at https://melpa.org/#/cabledolphin
Emacs minor-mode for Stumpwm
This contains my config for Emacs.
Documentation at https://melpa.org/#/jekyll-modes