Skip to content

Commit

Permalink
fix: remove excess executive permission
Browse files Browse the repository at this point in the history
  • Loading branch information
alohaia committed Sep 3, 2022
1 parent 3a8ab89 commit 1323e4d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 1 deletion.
Empty file modified UltiSnips/Editing Snippets for Ultisnips.md
100755 → 100644
Empty file.
Empty file modified UltiSnips/all.snippets
100755 → 100644
Empty file.
Empty file modified UltiSnips/cpp.snippets
100755 → 100644
Empty file.
Empty file modified UltiSnips/python.snippets
100755 → 100644
Empty file.
11 changes: 10 additions & 1 deletion UltiSnips/tex.snippets
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,16 @@ endsnippet
snippet fig "figure envirenment" bw
\begin{figure}[ht]
\centering
\includegraphics[${1:size}]{${2:filename}}
\includegraphics[${1:width=\textwidth}]{${2:filename}}
\caption{${3:caption}}
\label{fig:${4:label}}
\end{figure}$0
endsnippet

snippet fullfig "figure envirenment" bw
\begin{figure}[ht]
\centering
\makebox[\textwidth]{\includegraphics[${1:width=\textwidth}]{${2:filename}}}
\caption{${3:caption}}
\label{fig:${4:label}}
\end{figure}$0
Expand Down
Empty file modified UltiSnips/vimwiki.snippets
100755 → 100644
Empty file.
Empty file modified thesaurus/cilin.txt
100755 → 100644
Empty file.
Empty file modified thesaurus/mthesaur.txt
100755 → 100644
Empty file.
Empty file modified thesaurus/th_en_US_new.dat
100755 → 100644
Empty file.
Empty file modified thesaurus/th_en_US_new.idx
100755 → 100644
Empty file.

0 comments on commit 1323e4d

Please sign in to comment.