diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-25 17:41:29 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-25 17:41:29 +0100 |
| commit | 874b5eac1d6900fb2c2c35557ed14c24dd234300 (patch) | |
| tree | 9b694bf2cdf1eddfbfbfdd826d445f04667f9cab /emacs/snippets/org-mode | |
| parent | 6a6faa368328ad3b7d7737e535875405778f9103 (diff) | |
| download | dotfiles-874b5eac1d6900fb2c2c35557ed14c24dd234300.tar.gz dotfiles-874b5eac1d6900fb2c2c35557ed14c24dd234300.zip | |
emacs: improved yasnippet and diminish some minor modes
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/snippets/org-mode')
| -rw-r--r-- | emacs/snippets/org-mode/header | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs/snippets/org-mode/header b/emacs/snippets/org-mode/header new file mode 100644 index 0000000..a3f7fca --- /dev/null +++ b/emacs/snippets/org-mode/header @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +#name : header +# -- +#+TITLE: ${1:<title>} +#+AUTHOR: `(user-full-name)` +#+EMAIL: `user-mail-address` + +* $0
\ No newline at end of file |
