https://github.com/fuco1/tridactyl-mode
Major mode for tridactyl configuration file
https://github.com/fuco1/tridactyl-mode
Last synced: 4 months ago
JSON representation
Major mode for tridactyl configuration file
- Host: GitHub
- URL: https://github.com/fuco1/tridactyl-mode
- Owner: Fuco1
- Created: 2018-09-22T16:03:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T22:18:19.000Z (over 7 years ago)
- Last Synced: 2025-02-07T07:46:20.564Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 3.91 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tridactyl-mode
Major mode for editing
[Tridactyl](https://github.com/tridactyl/tridactyl) configuration, an
extension for Firefox web browser.
# Installation
Install from [MELPA](https://melpa.org/).
# Usage
If installed through package.el everything will work out of the box.
Otherwise register the mode in `auto-mode-alist`:
``` emacs-lisp
(add-to-list 'auto-mode-alist '("tridactylrc\\'" . tridactyl-mode))
```