Skip to content

Commit

Permalink
Fixed the wrong invocation of urlmodify in the tridactylrc example
Browse files Browse the repository at this point in the history
  • Loading branch information
hiecaq committed Aug 29, 2018
1 parent 15140b1 commit a2a328a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tridactylrc
Expand Up @@ -52,9 +52,9 @@ quickmark t https://github.com/cmcaine/tridactyl/issues?utf8=%E2%9C%93&q=sort%3A
"

" New reddit is bad
autocmd DocStart www.reddit.com js tri.excmds.urlmodify("-t www old")
autocmd DocStart www.reddit.com js tri.excmds.urlmodify("-t", "www", "old")
" Mosquito nets won't make themselves
autocmd DocStart www.amazon.co.uk js tri.excmds.urlmodify("-t www smile")
autocmd DocStart www.amazon.co.uk js tri.excmds.urlmodify("-t", "www", "smile")

" This will have to do until someone writes us a nice syntax file :)
" vim: set filetype=vim:

0 comments on commit a2a328a

Please sign in to comment.