# HG changeset patch # User Steve Losh # Date 1474717500 0 # Node ID 7ea1a6d67dee443809e0ceb156854954e50badf1 # Parent 30edc2f560bfec7c42abde133af41a6ec4ea9f47 More diff -r 30edc2f560bf -r 7ea1a6d67dee bin/lecdown --- a/bin/lecdown Fri Sep 16 14:40:52 2016 +0000 +++ b/bin/lecdown Sat Sep 24 11:45:00 2016 +0000 @@ -55,6 +55,9 @@ inlineMath: [[',,',',,']], displayMath: [['!!!','!!!']], processEscapes: true + }, + TeX: { + equationNumbers: {autoNumber: "AMS"} } }); @@ -85,6 +88,10 @@ \\newcommand{\\limx}[2]{\\lim\\limits_{x \\to #1}{#2}} !!! +!!! +\\newcommand{\\deriv}[2]{\\frac{d}{d#1}\\left(#2\\right)} +!!! + EOF diff -r 30edc2f560bf -r 7ea1a6d67dee vim/custom-dictionary.utf-8.add --- a/vim/custom-dictionary.utf-8.add Fri Sep 16 14:40:52 2016 +0000 +++ b/vim/custom-dictionary.utf-8.add Sat Sep 24 11:45:00 2016 +0000 @@ -200,3 +200,4 @@ ncurses docstrings accessor +C diff -r 30edc2f560bf -r 7ea1a6d67dee vim/ftplugin/lisp/lispfolding.vim --- a/vim/ftplugin/lisp/lispfolding.vim Fri Sep 16 14:40:52 2016 +0000 +++ b/vim/ftplugin/lisp/lispfolding.vim Sat Sep 24 11:45:00 2016 +0000 @@ -132,7 +132,7 @@ function! GetLispFold(lnum) " {{{ let save_cursor = getpos('.') let save_search = @/ - let inline_fn_comment_re = '\v^ *;;( .*)?$' + let inline_fn_comment_re = '\v^\s*;;( .*)?$' try if getline(a:lnum) =~ '^;;;; ' diff -r 30edc2f560bf -r 7ea1a6d67dee vimperatorrc --- a/vimperatorrc Fri Sep 16 14:40:52 2016 +0000 +++ b/vimperatorrc Sat Sep 24 11:45:00 2016 +0000 @@ -31,3 +31,6 @@ " unfuck ublock style -name ublick * #nav-bar * { visibility: visible; } + +" unfuck completions for ff49 +js services.services.autoCompleteSearch.class_="@mozilla.org/autocomplete/search;1?name=unifiedcomplete"