Emacs: Mediawiki snippets++.

master
Ambrevar 2012-12-26 10:52:42 +01:00
parent b622a17c3f
commit 0bca821b55
6 changed files with 20 additions and 14 deletions

View File

@ -40,7 +40,7 @@ enable-scripts=true
adblocker-filterlist=/home/peter/.config/dwb/adblock_lists adblocker-filterlist=/home/peter/.config/dwb/adblock_lists
proxy=false proxy=false
user-agent= user-agent=
full-content-zoom=false full-content-zoom=true
editor=urxvt -e vim dwb_uri editor=urxvt -e vim dwb_uri
enable-accelerated-compositing=false enable-accelerated-compositing=false
enable-private-browsing=false enable-private-browsing=false

View File

@ -1,6 +1,9 @@
# -*- mode: snippet -*- # -*- mode: snippet -*-
# contributor : Pierre Neidhardt # contributor : Pierre Neidhardt
# key : ltx # key : ltx
# name : LaTeX <source> inline. # name : LaTeX <source> block
# -- # --
<source lang="latex" enclose="none">$1</source>$0 <source lang="latex">
$1
</source>
$0

View File

@ -1,9 +0,0 @@
# -*- mode: snippet -*-
# contributor : Pierre Neidhardt
# key : ltxb
# name : LaTeX <source> block
# --
<source lang="latex">
$1
</source>
$0

View File

@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# contributor : Pierre Neidhardt
# key : ltxi
# name : LaTeX <source> inline.
# --
<source lang="latex" enclose="none">$1</source>$0

View File

@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# contributor : Pierre Neidhardt
# key : tt
# name : truetype font.
# --
<tt>$1</tt>$0

View File

@ -82,8 +82,8 @@ folder-hook '$my_ac_work' 'source ~/.mutt/$my_ac_work'
folder-hook '$my_ac_university' 'source ~/.mutt/$my_ac_university' folder-hook '$my_ac_university' 'source ~/.mutt/$my_ac_university'
## Switch to default account on startup ## Switch to default account on startup
source "~/.mutt/$my_ac_university" # source "~/.mutt/$my_ac_university"
# source "~/.mutt/$my_ac_personal" source "~/.mutt/$my_ac_personal"
# source "~/.mutt/$my_ac_work" # source "~/.mutt/$my_ac_work"
## Keys ## Keys