Split text snippets into prog and fundamental

None of the text-mode snippets were actually specific to text-mode;
fixme, todo, and xxx were for making comments, those were moved to
prog-mode. The rest are always useful, those were moved to
fundamental-mode. This allows deleting of many redundant .yas-parents
files which made text-mode a parent of various programming modes.
This commit is contained in:
Noam Postavsky 2014-05-11 16:35:05 -04:00
parent 6214539ce7
commit 192ccd14ba
38 changed files with 7 additions and 28 deletions

View File

@ -1 +1 @@
text-mode
prog-mode

View File

@ -1 +0,0 @@
text-mode

View File

@ -1,2 +1 @@
cc-mode
text-mode

View File

@ -1 +0,0 @@
text-mode

View File

@ -1 +0,0 @@
text-mode

View File

@ -1 +0,0 @@
text-mode

View File

@ -1,6 +1,3 @@
(defun yas-with-comment (str)
(format "%s%s%s" comment-start str comment-end))
(defun ca-all-asscs (asslist query)
"returns a list of all corresponding values (like rassoc)"
(cond

View File

@ -1 +0,0 @@
text-mode

View File

@ -1 +1 @@
text-mode java-mode
java-mode

View File

@ -1 +0,0 @@
text-mode

View File

@ -1 +0,0 @@
text-mode

View File

@ -1 +0,0 @@
text-mode

View File

@ -1 +0,0 @@
text-mode

View File

@ -1 +0,0 @@
text-mode

View File

@ -1 +0,0 @@
text-mode

View File

@ -1 +1 @@
text-mode
prog-mode

View File

@ -1 +1 @@
text-mode
prog-mode

View File

@ -1 +0,0 @@
text-mode

2
prog-mode/.yas-setup.el Normal file
View File

@ -0,0 +1,2 @@
(defun yas-with-comment (str)
(format "%s%s%s" comment-start str comment-end))

View File

@ -1 +0,0 @@
text-mode

View File

@ -1 +0,0 @@
text-mode

View File

@ -1 +0,0 @@
text-mode

View File

@ -1 +0,0 @@
text-mode

View File

@ -1 +0,0 @@
text-mode

View File

@ -1 +0,0 @@
text-mode

1
text-mode/.yas-parents Normal file
View File

@ -0,0 +1 @@
fundamental-mode

View File

@ -1 +0,0 @@
text-mode

View File

@ -1 +0,0 @@
text-mode