about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-23T14·56+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-23T14·56+0000
commitccd8907e227e435ea6cea43e5bcc6d4cd49c75a0 (patch)
treec3fd7f4d4d6a437a037f0e4c43fc0c18c84005f8 /configs
parentfcfed99600d970a628a2c30a00fa7ee7fb224025 (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-parents1
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