https://github.com/borud/emacs-snippets
Emacs Snippets
https://github.com/borud/emacs-snippets
Last synced: 3 months ago
JSON representation
Emacs Snippets
- Host: GitHub
- URL: https://github.com/borud/emacs-snippets
- Owner: borud
- Created: 2013-07-08T10:22:49.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-01T09:53:08.000Z (over 11 years ago)
- Last Synced: 2025-02-24T10:44:03.873Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snippet shortcuts
This is a very quick and dirty hack for managing my snippets.
Snippets, in this context, are short notes to keep track of what I am
doing and what I should be doing.
I use Markdown to format my snippets.
Put this file somewhere in your emacs load path and add this to your
.emacs file:
(require 'snippets)
(global-set-key (kbd "C-c S") 'snippet-visit-file)
## Markdown mode
You might want to add Markdown mode to your Emacs. Here is the
implementation I use http://jblevins.org/projects/markdown-mode/