Skip to content

Latest commit

 

History

History

snippets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Snippet for yasnippet

Bunch of scripts for yasnippet.

Specifying File Variables

This is work with all modes, this is the emacs things. To learn more about File-Variables in emacs see manual.

Startup file as read-only-mode

This can be done in many other ways, one of them might be.

Here I have creaded keyword readonly to generate the block, which is also some what similar to yasnippet/fundamental-mode localvar, triggered by var.

NOTE: snippet doesn’t put the block end of the buffer

org-mode

More details about buffer setting can be found in manual.

Load images

variableorg-startup-with-inline-images
command(org-toggle-inline-images &optional INCLUDE-LINKED)
shortcutC-c C-x C-v
#+STARTUPinlineimages | noinlineimages

UTF-8 characters

variableorg-startup-with-inline-images
command(org-toggle-pretty-entities)
shortcutC-c C-x \
#+STARTUPentitiespretty | entitiesplain

\ vert for the pipe, to escape table

Subscripts _ and superscripts ^ more details see manual page.