fixing some ellama things and adding gitlab
This commit is contained in:
parent
a05cc4363b
commit
2956f55edf
3 changed files with 67 additions and 5 deletions
|
@ -71,11 +71,12 @@ c-mode :condition (re-search-backward "^\\w*$" (line-beginning-position) 'noerro
|
|||
(incc "#include \"" (p (concat (file-name-base (or (buffer-file-name) (buffer-name))) ".h")) "\"")
|
||||
|
||||
org-mode
|
||||
|
||||
(title "#+title: " p n "#+author: Chris Cochrun" n n)
|
||||
(drawer ":" p ":" n r ":end:")
|
||||
(begin "#+begin_" (s name) n> r> n "#+end_" name)
|
||||
(quote "#+begin_quote" n> r> n> "#+end_quote")
|
||||
(sidenote "#+begin_sidenote" n> r> n "#+end_sidenote")
|
||||
(marginnote "#+begin_marginnote" n> r> n "#+end_marginnote")
|
||||
(example "#+begin_example" n> r> n> "#+end_example")
|
||||
(center "#+begin_center" n> r> n> "#+end_center")
|
||||
(comment "#+begin_comment" n> r> n> "#+end_comment")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue