diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-23T14·56+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-23T14·56+0000 |
commit | ccd8907e227e435ea6cea43e5bcc6d4cd49c75a0 (patch) | |
tree | c3fd7f4d4d6a437a037f0e4c43fc0c18c84005f8 /configs | |
parent | fcfed99600d970a628a2c30a00fa7ee7fb224025 (diff) |
Exposing the text-mode snippest to lisp-mode
This gives me access to some generic-purpose snippets that allow me to easily insert characters like this: ✓ and ✗!
Diffstat (limited to 'configs')
-rw-r--r-- | configs/shared/.emacs.d/snippets/lisp-mode/.yas-parents | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/shared/.emacs.d/snippets/lisp-mode/.yas-parents b/configs/shared/.emacs.d/snippets/lisp-mode/.yas-parents new file mode 100644 index 000000000000..d58dacb7a0b1 --- /dev/null +++ b/configs/shared/.emacs.d/snippets/lisp-mode/.yas-parents @@ -0,0 +1 @@ +text-mode \ No newline at end of file |