├── .Xresouces ├── .bash_profile ├── .bashrc ├── .config ├── fcitx │ ├── cached_layout │ ├── clipboard │ │ └── history.dat │ ├── conf │ │ ├── fcitx-autoeng.config │ │ ├── fcitx-chttrans.config │ │ ├── fcitx-classic-ui.config │ │ ├── fcitx-clipboard.config │ │ ├── fcitx-imselector.config │ │ ├── fcitx-keyboard.config │ │ ├── fcitx-pinyin-enhance.config │ │ ├── fcitx-pinyin.config │ │ ├── fcitx-quickphrase.config │ │ ├── fcitx-spell.config │ │ ├── fcitx-unicode.config │ │ ├── fcitx-xim.config │ │ └── fcitx-xkb.config │ ├── config │ ├── data │ │ ├── layout_override │ │ └── punc.mb.zh_CN │ ├── dbus │ │ ├── 9574a570e81041109e55de9e13397406-0 │ │ ├── d228cc19273365e038e4310c51909bc4-0 │ │ └── d228cc19273365e038e4310c51909bc4-1 │ ├── pinyin │ │ ├── pyindex.dat │ │ └── pyusrphrase.mb │ └── profile └── openbox │ ├── autostart │ ├── environment │ ├── menu.xml │ └── rc.xml ├── .conkyrc ├── .emacs ├── .emacs.d ├── auctex.el ├── auctex │ ├── .nosearch │ ├── bib-cite.el │ ├── bib-cite.elc │ ├── context-en.el │ ├── context-en.elc │ ├── context-nl.el │ ├── context-nl.elc │ ├── context.el │ ├── context.elc │ ├── font-latex.el │ ├── font-latex.elc │ ├── images │ │ ├── amstex.xpm │ │ ├── bibtex.xpm │ │ ├── dropdown.xpm │ │ ├── dvipdf.xpm │ │ ├── dvips.xpm │ │ ├── error.xpm │ │ ├── exec.xpm │ │ ├── execbibtex.xpm │ │ ├── execdvips.xpm │ │ ├── execerror.xpm │ │ ├── execpdftex.xpm │ │ ├── exectex.xpm │ │ ├── execviewdvi.xpm │ │ ├── execviewpdf.xpm │ │ ├── execviewps.xpm │ │ ├── gv.xpm │ │ ├── jumpdvi.xpm │ │ ├── ltx-symb-turn-off.xpm │ │ ├── ltx-symb-turn-on.xpm │ │ ├── pdftex.xpm │ │ ├── prverr16.xpm │ │ ├── prverr20.xpm │ │ ├── prverr24.xbm │ │ ├── prverr24.xpm │ │ ├── prvtex-cap-up.xpm │ │ ├── prvtex12.xbm │ │ ├── prvtex12.xpm │ │ ├── prvtex16.xbm │ │ ├── prvtex16.xpm │ │ ├── prvtex20.xpm │ │ ├── prvtex24.xbm │ │ ├── prvtex24.xpm │ │ ├── prvwrk12.xpm │ │ ├── prvwrk14.xpm │ │ ├── prvwrk16.xpm │ │ ├── prvwrk20.xpm │ │ ├── prvwrk24.xbm │ │ ├── prvwrk24.xpm │ │ ├── pspdf.xpm │ │ ├── sep.xpm │ │ ├── tex.xpm │ │ ├── view.xpm │ │ ├── viewdvi.xpm │ │ ├── viewpdf.xpm │ │ └── viewps.xpm │ ├── latex.el │ ├── latex.elc │ ├── multi-prompt.el │ ├── multi-prompt.elc │ ├── plain-tex.el │ ├── plain-tex.elc │ ├── preview.el │ ├── preview.elc │ ├── prv-emacs.el │ ├── prv-emacs.elc │ ├── style │ │ ├── .nosearch │ │ ├── CJK.el │ │ ├── CJK.elc │ │ ├── CJKutf8.el │ │ ├── CJKutf8.elc │ │ ├── MinionPro.el │ │ ├── MinionPro.elc │ │ ├── alltt.el │ │ ├── alltt.elc │ │ ├── alphanum.el │ │ ├── alphanum.elc │ │ ├── amsart.el │ │ ├── amsart.elc │ │ ├── amsbook.el │ │ ├── amsbook.elc │ │ ├── amsbsy.el │ │ ├── amsbsy.elc │ │ ├── amsmath.el │ │ ├── amsmath.elc │ │ ├── amsopn.el │ │ ├── amsopn.elc │ │ ├── amstex.el │ │ ├── amstex.elc │ │ ├── amstext.el │ │ ├── amstext.elc │ │ ├── amsthm.el │ │ ├── amsthm.elc │ │ ├── article.el │ │ ├── article.elc │ │ ├── austrian.el │ │ ├── austrian.elc │ │ ├── babel.el │ │ ├── babel.elc │ │ ├── beamer.el │ │ ├── beamer.elc │ │ ├── biblatex.el │ │ ├── biblatex.elc │ │ ├── book.el │ │ ├── book.elc │ │ ├── booktabs.el │ │ ├── booktabs.elc │ │ ├── bulgarian.el │ │ ├── bulgarian.elc │ │ ├── captcont.el │ │ ├── captcont.elc │ │ ├── comment.el │ │ ├── comment.elc │ │ ├── csquotes.el │ │ ├── csquotes.elc │ │ ├── czech.el │ │ ├── czech.elc │ │ ├── danish.el │ │ ├── danish.elc │ │ ├── dinbrief.el │ │ ├── dinbrief.elc │ │ ├── dk-bib.el │ │ ├── dk-bib.elc │ │ ├── dk.el │ │ ├── dk.elc │ │ ├── doc.el │ │ ├── doc.elc │ │ ├── dutch.el │ │ ├── dutch.elc │ │ ├── emp.el │ │ ├── emp.elc │ │ ├── epsf.el │ │ ├── epsf.elc │ │ ├── fancyref.el │ │ ├── fancyref.elc │ │ ├── flashcards.el │ │ ├── flashcards.elc │ │ ├── foils.el │ │ ├── foils.elc │ │ ├── francais.el │ │ ├── francais.elc │ │ ├── french.el │ │ ├── french.elc │ │ ├── frenchb.el │ │ ├── frenchb.elc │ │ ├── german.el │ │ ├── german.elc │ │ ├── graphics.el │ │ ├── graphics.elc │ │ ├── graphicx.el │ │ ├── graphicx.elc │ │ ├── harvard.el │ │ ├── harvard.elc │ │ ├── hyperref.el │ │ ├── hyperref.elc │ │ ├── icelandic.el │ │ ├── icelandic.elc │ │ ├── index.el │ │ ├── index.elc │ │ ├── inputenc.el │ │ ├── inputenc.elc │ │ ├── italian.el │ │ ├── italian.elc │ │ ├── j-article.el │ │ ├── j-article.elc │ │ ├── j-book.el │ │ ├── j-book.elc │ │ ├── j-report.el │ │ ├── j-report.elc │ │ ├── jarticle.el │ │ ├── jarticle.elc │ │ ├── jbook.el │ │ ├── jbook.elc │ │ ├── jreport.el │ │ ├── jreport.elc │ │ ├── jsarticle.el │ │ ├── jsarticle.elc │ │ ├── jsbook.el │ │ ├── jsbook.elc │ │ ├── jura.el │ │ ├── jura.elc │ │ ├── jurabib.el │ │ ├── jurabib.elc │ │ ├── latexinfo.el │ │ ├── latexinfo.elc │ │ ├── letter.el │ │ ├── letter.elc │ │ ├── lettrine.el │ │ ├── lettrine.elc │ │ ├── listings.el │ │ ├── listings.elc │ │ ├── ltx-base.el │ │ ├── ltx-base.elc │ │ ├── ltxdoc.el │ │ ├── ltxdoc.elc │ │ ├── makeidx.el │ │ ├── makeidx.elc │ │ ├── mdwlist.el │ │ ├── mdwlist.elc │ │ ├── multicol.el │ │ ├── multicol.elc │ │ ├── multido.el │ │ ├── multido.elc │ │ ├── multind.el │ │ ├── multind.elc │ │ ├── natbib.el │ │ ├── natbib.elc │ │ ├── naustrian.el │ │ ├── naustrian.elc │ │ ├── ngerman.el │ │ ├── ngerman.elc │ │ ├── nicefrac.el │ │ ├── nicefrac.elc │ │ ├── nomencl.el │ │ ├── nomencl.elc │ │ ├── paralist.el │ │ ├── paralist.elc │ │ ├── pdfsync.el │ │ ├── pdfsync.elc │ │ ├── plfonts.el │ │ ├── plfonts.elc │ │ ├── plhb.el │ │ ├── plhb.elc │ │ ├── polish.el │ │ ├── polish.elc │ │ ├── polski.el │ │ ├── polski.elc │ │ ├── prosper.el │ │ ├── prosper.elc │ │ ├── psfig.el │ │ ├── psfig.elc │ │ ├── pst-grad.el │ │ ├── pst-grad.elc │ │ ├── pst-node.el │ │ ├── pst-node.elc │ │ ├── pst-plot.el │ │ ├── pst-plot.elc │ │ ├── pst-slpe.el │ │ ├── pst-slpe.elc │ │ ├── pstricks.el │ │ ├── pstricks.elc │ │ ├── report.el │ │ ├── report.elc │ │ ├── ruby.el │ │ ├── ruby.elc │ │ ├── scrartcl.el │ │ ├── scrartcl.elc │ │ ├── scrbase.el │ │ ├── scrbase.elc │ │ ├── scrbook.el │ │ ├── scrbook.elc │ │ ├── scrlttr2.el │ │ ├── scrlttr2.elc │ │ ├── scrpage2.el │ │ ├── scrpage2.elc │ │ ├── scrreprt.el │ │ ├── scrreprt.elc │ │ ├── setspace.el │ │ ├── setspace.elc │ │ ├── shortvrb.el │ │ ├── shortvrb.elc │ │ ├── slides.el │ │ ├── slides.elc │ │ ├── slovak.el │ │ ├── slovak.elc │ │ ├── subfigure.el │ │ ├── subfigure.elc │ │ ├── swedish.el │ │ ├── swedish.elc │ │ ├── tabularx.el │ │ ├── tabularx.elc │ │ ├── units.el │ │ ├── units.elc │ │ ├── url.el │ │ ├── url.elc │ │ ├── varioref.el │ │ ├── varioref.elc │ │ ├── verbatim.el │ │ ├── verbatim.elc │ │ ├── virtex.el │ │ ├── virtex.elc │ │ ├── xspace.el │ │ └── xspace.elc │ ├── tex-bar.el │ ├── tex-bar.elc │ ├── tex-buf.el │ ├── tex-buf.elc │ ├── tex-fold.el │ ├── tex-fold.elc │ ├── tex-font.el │ ├── tex-font.elc │ ├── tex-info.el │ ├── tex-info.elc │ ├── tex-jp.el │ ├── tex-jp.elc │ ├── tex-mik.el │ ├── tex-mik.elc │ ├── tex-style.el │ ├── tex-style.elc │ ├── tex.el │ ├── tex.elc │ ├── texmathp.el │ ├── texmathp.elc │ ├── toolbar-x.el │ └── toolbar-x.elc ├── auto-recomp.el ├── autorevert.el ├── bookmarks ├── browse-kill-ring.el ├── color-theme │ ├── color-theme-autoloads.el │ ├── color-theme-autoloads.in │ ├── color-theme.el │ └── themes │ │ ├── color-theme-example.el │ │ └── color-theme-library.el ├── deft.el ├── dired-single.el ├── easymenu.el ├── emms │ ├── .#history │ ├── Makefile │ ├── cache │ ├── emms-auto.in │ ├── emms-bookmarks.el │ ├── emms-browser.el │ ├── emms-cache.el │ ├── emms-compat.el │ ├── emms-cue.el │ ├── emms-history.el │ ├── emms-i18n.el │ ├── emms-info-libtag.el │ ├── emms-info-metaflac.el │ ├── emms-info-mp3info.el │ ├── emms-info-ogginfo.el │ ├── emms-info.el │ ├── emms-last-played.el │ ├── emms-lastfm-client.el │ ├── emms-lastfm-scrobbler.el │ ├── emms-lyrics.el │ ├── emms-maint.el │ ├── emms-mark.el │ ├── emms-metaplaylist-mode.el │ ├── emms-mode-line-icon.el │ ├── emms-mode-line.el │ ├── emms-player-mpd.el │ ├── emms-player-mpg321-remote.el │ ├── emms-player-mplayer.el │ ├── emms-player-simple.el │ ├── emms-player-vlc.el │ ├── emms-player-xine.el │ ├── emms-playing-time.el │ ├── emms-playlist-limit.el │ ├── emms-playlist-mode.el │ ├── emms-playlist-sort.el │ ├── emms-score.el │ ├── emms-setup.el │ ├── emms-source-file.el │ ├── emms-source-playlist.el │ ├── emms-stream-info.el │ ├── emms-streams.el │ ├── emms-tag-editor.el │ ├── emms-url.el │ ├── emms-volume-amixer.el │ ├── emms-volume.el │ ├── emms.el │ ├── history │ ├── history~ │ ├── jack.el │ ├── later-do.el │ ├── list │ │ └── china.list │ ├── scores │ └── tq.el ├── evernote-mode.el ├── git-emacs │ ├── .gitignore │ ├── Makefile │ ├── git--test.el │ ├── git-blame.el │ ├── git-emacs-autoloads.el │ ├── git-emacs.el │ ├── git-global-keys.el │ ├── git-load.el.sample │ ├── git-log.el │ ├── git-modeline.el │ └── git-status.el ├── hexrgb.el ├── htmlize.el ├── iimage.el ├── lazy-set-key.el ├── linum+.el ├── markdown-mode.el ├── mediawiki.el ├── muse │ ├── contrib │ │ ├── cgi.el │ │ ├── cgi.elc │ │ ├── htmlize-hack.el │ │ ├── httpd.el │ │ └── httpd.elc │ ├── experimental │ │ ├── muse-cite.el │ │ ├── muse-mathml.el │ │ ├── muse-message.el │ │ ├── muse-protocol-iw.el │ │ └── muse-split.el │ ├── muse-autoloads.el │ ├── muse-backlink.el │ ├── muse-backlink.elc │ ├── muse-blosxom.el │ ├── muse-blosxom.elc │ ├── muse-book.el │ ├── muse-book.elc │ ├── muse-colors.el │ ├── muse-colors.elc │ ├── muse-context.el │ ├── muse-context.elc │ ├── muse-docbook.el │ ├── muse-docbook.elc │ ├── muse-groff.el │ ├── muse-groff.elc │ ├── muse-html.el │ ├── muse-html.elc │ ├── muse-http.el │ ├── muse-http.elc │ ├── muse-ikiwiki.el │ ├── muse-ikiwiki.elc │ ├── muse-import-docbook.el │ ├── muse-import-docbook.elc │ ├── muse-import-latex.el │ ├── muse-import-latex.elc │ ├── muse-import-xml.el │ ├── muse-import-xml.elc │ ├── muse-ipc.el │ ├── muse-ipc.elc │ ├── muse-journal.el │ ├── muse-journal.elc │ ├── muse-latex.el │ ├── muse-latex.elc │ ├── muse-latex2png.el │ ├── muse-latex2png.elc │ ├── muse-mode.el │ ├── muse-mode.elc │ ├── muse-poem.el │ ├── muse-poem.elc │ ├── muse-project.el │ ├── muse-project.elc │ ├── muse-protocols.el │ ├── muse-protocols.elc │ ├── muse-publish.el │ ├── muse-publish.elc │ ├── muse-regexps.el │ ├── muse-regexps.elc │ ├── muse-texinfo.el │ ├── muse-texinfo.elc │ ├── muse-wiki.el │ ├── muse-wiki.elc │ ├── muse-xml-common.el │ ├── muse-xml-common.elc │ ├── muse-xml.el │ ├── muse-xml.elc │ ├── muse.el │ └── muse.elc ├── nxhtml │ ├── README.txt │ ├── alts │ │ ├── find-recursive-orig.el │ │ ├── javascript-mozlab.el │ │ └── smarty-mode-vdebout.el │ ├── autostart.el │ ├── autostart22.el │ ├── emacs22.cmd │ ├── etc │ │ ├── img │ │ │ └── pause │ │ │ │ ├── pause.jpg │ │ │ │ └── pause2.jpg │ │ ├── schema │ │ │ ├── FDA-2009-N-0392-0396.1.doc │ │ │ ├── genshi-old.rnc │ │ │ ├── genshi-schemas.xml │ │ │ ├── genshi.rnc │ │ │ ├── mjt.rnc │ │ │ ├── nxml-erb.patch │ │ │ ├── old-genshi.rnc │ │ │ ├── old-qtmstr-xhtml.rnc │ │ │ ├── old-xinclude.rnc │ │ │ ├── qtmstr-xhtml-old.rnc │ │ │ ├── qtmstr-xhtml.rnc │ │ │ ├── schema-path-patch.el │ │ │ ├── xhtml-loader.rnc │ │ │ └── xinclude.rnc │ │ ├── templates │ │ │ └── rollover-2v.css │ │ ├── uts39 │ │ │ └── idnchars.txt │ │ └── viper-tut │ │ │ ├── 0intro │ │ │ ├── 1basics │ │ │ ├── 2moving │ │ │ ├── 3cutpaste │ │ │ ├── 4inserting │ │ │ ├── 5tricks │ │ │ ├── README │ │ │ └── outline │ ├── nxhtml-base.el │ ├── nxhtml-loaddefs.el │ ├── nxhtml-web-vcs.el │ ├── nxhtml │ │ ├── ChangeLog │ │ ├── doc │ │ │ ├── demo.html │ │ │ ├── html2xhtml.html │ │ │ ├── htmlfontify-example.html │ │ │ ├── img │ │ │ │ ├── Las_Medulas.jpg │ │ │ │ ├── Toco_toucan.jpg │ │ │ │ ├── bacchante2.jpg │ │ │ │ ├── butterflies.jpg │ │ │ │ ├── butterflies.png │ │ │ │ ├── butterflies.xcf │ │ │ │ ├── continue-play.jpg │ │ │ │ ├── divine2.jpg │ │ │ │ ├── edit-part.png │ │ │ │ ├── editing-web-files.png │ │ │ │ ├── editing-web-files.xcf │ │ │ │ ├── emacs-style-completion.png │ │ │ │ ├── emacsP.png │ │ │ │ ├── emacsP16.png │ │ │ │ ├── embedded-css.png │ │ │ │ ├── embedded-xhtml.png │ │ │ │ ├── foldit-closed.png │ │ │ │ ├── foldit-temp-opened.png │ │ │ │ ├── fun-brain-2.png │ │ │ │ ├── getitbuttons-1.png │ │ │ │ ├── getitbuttons-1.xcf │ │ │ │ ├── getitbuttons-2.png │ │ │ │ ├── getitbuttons.png │ │ │ │ ├── getitbuttons.xcf │ │ │ │ ├── giraffe.jpg │ │ │ │ ├── healthy_feet2.jpg │ │ │ │ ├── itsalltext-pref.png │ │ │ │ ├── links-appmenu.png │ │ │ │ ├── nxml-where.png │ │ │ │ ├── php-in-nxhtml-2.png │ │ │ │ ├── php-in-nxhtml.png │ │ │ │ ├── php-in-php.png │ │ │ │ ├── php-in-xhtml.png │ │ │ │ ├── popup-compl.png │ │ │ │ ├── raindrops2.jpg │ │ │ │ ├── region-selected-after.png │ │ │ │ ├── region-selected-completion.png │ │ │ │ ├── region-selected.png │ │ │ │ ├── rembrandt-self-portrait.jpg │ │ │ │ ├── style-in-nxhtml.png │ │ │ │ ├── use-nXhtml-trans.png │ │ │ │ ├── use-nXhtml-trans2.png │ │ │ │ ├── use-nXhtml.png │ │ │ │ ├── use-nXhtml.xcf │ │ │ │ ├── validation-error.png │ │ │ │ ├── volga.jpg │ │ │ │ └── xml-validation-header.png │ │ │ ├── js │ │ │ │ └── smoothgallery │ │ │ │ │ ├── css │ │ │ │ │ ├── img │ │ │ │ │ │ ├── carrow1.gif │ │ │ │ │ │ ├── carrow2.gif │ │ │ │ │ │ ├── fleche1.gif │ │ │ │ │ │ ├── fleche1.png │ │ │ │ │ │ ├── fleche2.gif │ │ │ │ │ │ ├── fleche2.png │ │ │ │ │ │ ├── loading-bar-black.gif │ │ │ │ │ │ ├── open.gif │ │ │ │ │ │ └── open.png │ │ │ │ │ ├── jd.gallery.css │ │ │ │ │ └── layout.css │ │ │ │ │ └── scripts │ │ │ │ │ ├── jd.gallery.js │ │ │ │ │ ├── mootools.js │ │ │ │ │ └── mootools.uncompressed.js │ │ │ ├── nxhtml-changes.html │ │ │ ├── nxhtml.css │ │ │ ├── nxhtml.html │ │ │ ├── wd │ │ │ │ └── grapes │ │ │ │ │ ├── grapes.css │ │ │ │ │ ├── images │ │ │ │ │ ├── bkgrnd.gif │ │ │ │ │ ├── grapes.jpg │ │ │ │ │ └── quote.gif │ │ │ │ │ ├── index.html │ │ │ │ │ └── nxhtml-grapes.css │ │ │ └── working-demo.html │ │ ├── html-chklnk.el │ │ ├── html-chklnk │ │ │ ├── PerlLib │ │ │ │ ├── HTML │ │ │ │ │ ├── LinkWalker.pm │ │ │ │ │ ├── ParserTagEnd.pm │ │ │ │ │ └── datadir.txt │ │ │ │ └── PathSubs.pm │ │ │ └── link_checker.pl │ │ ├── html-imenu.el │ │ ├── html-move.el │ │ ├── html-pagetoc.el │ │ ├── html-quote.el │ │ ├── html-site.el │ │ ├── html-toc.el │ │ ├── html-toc │ │ │ ├── html-toc-template.html │ │ │ └── html-toc │ │ │ │ ├── html-toc-template.css │ │ │ │ ├── html-toc.css │ │ │ │ ├── html-toc.js │ │ │ │ └── img │ │ │ │ ├── blank12.gif │ │ │ │ ├── down.gif │ │ │ │ ├── freeCont.gif │ │ │ │ ├── gnu-m-x-160.png │ │ │ │ ├── gnu-m-x-160.xcf │ │ │ │ ├── hideCont.gif │ │ │ │ ├── nailCont.gif │ │ │ │ ├── nosearch.gif │ │ │ │ ├── right.gif │ │ │ │ ├── search.gif │ │ │ │ └── showCont.gif │ │ ├── html-upl.el │ │ ├── html-upl │ │ │ ├── COPYING │ │ │ ├── Changes │ │ │ ├── README │ │ │ ├── TODO │ │ │ └── ftpsync.pl │ │ ├── html-wtoc.el │ │ ├── html-wtoc │ │ │ ├── PerlLib │ │ │ │ ├── PathSubs.pm │ │ │ │ └── html_tags.pm │ │ │ ├── html-wtoc-template.css │ │ │ ├── html-wtoc-template.html │ │ │ ├── html-wtoc.css │ │ │ ├── html-wtoc.js │ │ │ ├── html-wtoc.pl │ │ │ └── img │ │ │ │ ├── blank12.gif │ │ │ │ ├── down.gif │ │ │ │ ├── freeCont.gif │ │ │ │ ├── gnu-m-x-160.png │ │ │ │ ├── gnu-m-x-160.xcf │ │ │ │ ├── hideCont.gif │ │ │ │ ├── nailCont.gif │ │ │ │ ├── nosearch.gif │ │ │ │ ├── other │ │ │ │ ├── CompFaceLogoTemp4.gif │ │ │ │ ├── CompFaceLogoTemp4.png │ │ │ │ ├── blue_left_top.png │ │ │ │ ├── close-cross.gif │ │ │ │ ├── lbiinfo_and_blue.png │ │ │ │ ├── lbiinfo_and_blue1.png │ │ │ │ ├── lbinfo_col1.gif │ │ │ │ ├── lbinfo_col1_30.gif │ │ │ │ └── up.gif │ │ │ │ ├── right.gif │ │ │ │ ├── search.gif │ │ │ │ └── showCont.gif │ │ ├── nxhtml-autoload.el │ │ ├── nxhtml-bug.el │ │ ├── nxhtml-menu.el │ │ ├── nxhtml-mode.el │ │ ├── nxhtml-mumamo.el │ │ ├── nxhtml-strval.el │ │ ├── nxhtml.el │ │ ├── nxhtmljs.el │ │ ├── nxml-where.el │ │ ├── outline-magic.el │ │ ├── rngalt.el │ │ ├── tidy-xhtml.el │ │ ├── wtest.el │ │ └── xhtml-help.el │ ├── nxhtmlmaint.el │ ├── related │ │ ├── blank.html │ │ ├── csharp-mode.el │ │ ├── django.el │ │ ├── env.js │ │ ├── flymake-css.el │ │ ├── flymake-helpers.el │ │ ├── flymake-java-1.el │ │ ├── flymake-js.el │ │ ├── flymakemsg.el │ │ ├── flymu.el │ │ ├── iss-mode.el │ │ ├── iss-mumamo.el │ │ ├── js_temp.js │ │ ├── jslint.js │ │ ├── moz.el │ │ ├── mozadd.el │ │ ├── php-imenu.el │ │ ├── php-mode.el │ │ ├── readme.txt │ │ ├── rhino.js │ │ ├── smarty-mode.el │ │ ├── tt-mode.el │ │ ├── visual-basic-mode.el │ │ └── wikipedia-mode.el │ ├── tests │ │ ├── angus77-setup-jde.el │ │ ├── emacstest-suites.el │ │ ├── ert.el │ │ ├── ert2.el │ │ ├── hfy-test.el │ │ ├── in │ │ │ ├── 3-heights.html │ │ │ ├── 400415-index.phtml │ │ │ ├── asp.asp │ │ │ ├── bastien-test.mm │ │ │ ├── bigfile-stringerr-64000.html │ │ │ ├── blorgit.rb │ │ │ ├── bug-080609.html │ │ │ ├── bug-1908494.php │ │ │ ├── bug-2010-02-17-delgado.mm │ │ │ ├── bug-2010-02-17-delgado.org │ │ │ ├── bug-290364.php │ │ │ ├── bug-300946-index.html │ │ │ ├── bug-311640-index.html │ │ │ ├── bug-311641.php │ │ │ ├── bug-373106-flipbook.html │ │ │ ├── bug-381191-dh-test.el │ │ │ ├── bug-381191-dh-test.php │ │ │ ├── bug-johan-2010-02-12.rhtml │ │ │ ├── bug-johan-2010-02-16.html.haml │ │ │ ├── bug-johan-2010-02-17-2.erb │ │ │ ├── bug-johan-2010-02-17.erb │ │ │ ├── bug261792.ghtml │ │ │ ├── bug271497.el │ │ │ ├── bug271497.txt │ │ │ ├── bug272871.php │ │ │ ├── bug290364-messages.txt │ │ │ ├── bug354363-index.php │ │ │ ├── bug354363-test.php │ │ │ ├── bug369800-load-history.txt │ │ │ ├── bug370417.php │ │ │ ├── bug381979-2-bad-traceb.txt │ │ │ ├── bug381979-2.php │ │ │ ├── bug381979-svnlib.inc │ │ │ ├── bug384115-bt2.txt │ │ │ ├── bug388729-messages.txt │ │ │ ├── bug388729-nxhtml_test.php │ │ │ ├── bug393137-new.html.erb │ │ │ ├── bug400415-foo.php │ │ │ ├── bug400415-foo2.php │ │ │ ├── bug409183.html │ │ │ ├── bug416505-Body.mxml │ │ │ ├── bug416505-nxhtml.el │ │ │ ├── bug452676.php │ │ │ ├── bug463136.php │ │ │ ├── bug492366-test.php │ │ │ ├── bug495770-heredoc_demo.pl │ │ │ ├── bug505554-nxhtml-download-messages.txt │ │ │ ├── bug505554-sample.html.erb │ │ │ ├── bug505726-foo.html │ │ │ ├── bug509586.ghtml │ │ │ ├── bug523065.jsp │ │ │ ├── bug523065.php │ │ │ ├── bug529133-statemachine.py │ │ │ ├── bug531328.rhtml │ │ │ ├── bug532500.rhtml │ │ │ ├── bug532759.djhtml │ │ │ ├── bug546027.html │ │ │ ├── bug552789-loremipsum.php │ │ │ ├── bug552789.php │ │ │ ├── bug556832-error-test.py │ │ │ ├── bug557700-2.erb │ │ │ ├── bug557700-3.erb │ │ │ ├── bug557700-4.erb │ │ │ ├── bug557700-5.erb │ │ │ ├── bug557700-6.erb │ │ │ ├── bug557700.erb │ │ │ ├── bug559772-TextHelper.php │ │ │ ├── bug565595.mako │ │ │ ├── bug568178.pl │ │ │ ├── bug568178.sh │ │ │ ├── bug569742-master-end.html │ │ │ ├── ch-2008-07-25-test.html.erb │ │ │ ├── chunks-in-chunks1.php │ │ │ ├── chunks.html │ │ │ ├── cr-lf.el │ │ │ ├── csr-080710-2.html │ │ │ ├── csr-080710.html │ │ │ ├── cvd-080805-ac.php │ │ │ ├── cvd-080805-cc.php │ │ │ ├── drechsler-080517-simple.xml │ │ │ ├── el-070424-duh.xml │ │ │ ├── el-070511-simple.html │ │ │ ├── el-070602-index.php │ │ │ ├── el-070604.html │ │ │ ├── el-070604.php │ │ │ ├── el-070722-comment-error.php │ │ │ ├── el-070722-index-2.el │ │ │ ├── el-070722-index-2.php │ │ │ ├── el-070722-index-noheader.php │ │ │ ├── el-070722-index.php │ │ │ ├── el-071217-foo.html │ │ │ ├── emacswiki-080119.php │ │ │ ├── emacswiki-erb-bug.el │ │ │ ├── err-line38.html │ │ │ ├── eval-in-html.el │ │ │ ├── fontif-err.html │ │ │ ├── fontif-err.php │ │ │ ├── genshi-HelloWorldPage.ghtml │ │ │ ├── genshi-auto-mode.html │ │ │ ├── genshi.ghtml │ │ │ ├── goesele-091110-testnote-orig.mm │ │ │ ├── goesele-091110-testnote-temp.mm │ │ │ ├── goesele-091110-testnote.mm │ │ │ ├── goesele-091110-testnote.mm.org │ │ │ ├── goesele-091110-testnote.mm.org.mm │ │ │ ├── haml1.haml │ │ │ ├── heredoc.php │ │ │ ├── heredoc.pl │ │ │ ├── heredoc.py │ │ │ ├── heredoc.rb │ │ │ ├── heredoc.sh │ │ │ ├── hg-2008-03-22-ajax.xhtml │ │ │ ├── hq-070510-test.php │ │ │ ├── hq-070510-test.php.html │ │ │ ├── hq-070524-bug.php │ │ │ ├── hq-071006-index.php │ │ │ ├── html-syntactic-err-l164.html │ │ │ ├── ind-0-error.php │ │ │ ├── indent-bug-html-mode.html │ │ │ ├── java.java │ │ │ ├── jcl-080802-index.html.erb │ │ │ ├── jcl-080802-messages_controller.rb │ │ │ ├── jj-081226.html │ │ │ ├── josh-091115-cancer_summary.xsl │ │ │ ├── jump-parse.html │ │ │ ├── jump-parse.rhtml │ │ │ ├── kp-080604.php │ │ │ ├── kubica-080516-freezing-1.html │ │ │ ├── kubica-080516-freezing-2.html │ │ │ ├── kubica-080516-freezing-2j.html │ │ │ ├── kubica-080516-freezing-3.html │ │ │ ├── kubica-080516-freezing-4.html │ │ │ ├── kubica-080516-freezing-5.html │ │ │ ├── kubica-080516-freezing-6.html │ │ │ ├── kubica-080516-freezing-7.html │ │ │ ├── kubica-080516-freezing-8.html │ │ │ ├── kubica-080516-freezing-9.html │ │ │ ├── kubica-080516-freezing-a-notabs.html │ │ │ ├── kubica-080516-freezing-a.html │ │ │ ├── kubica-080516-freezing-b.html │ │ │ ├── kubica-080516-freezing-c.html │ │ │ ├── kubica-080516-freezing-d.html │ │ │ ├── kubica-080516-freezing-e.html │ │ │ ├── kubica-080516-freezing-f.html │ │ │ ├── kubica-080516-freezing-g.html │ │ │ ├── kubica-080516-freezing-h.html │ │ │ ├── kubica-080516-freezing-i.html │ │ │ ├── kubica-080516-freezing-j.html │ │ │ ├── kubica-080516-freezing-k.html │ │ │ ├── kubica-080516-freezing.css │ │ │ ├── kubica-080516-freezing.html │ │ │ ├── kubica-080516-freezing.txt │ │ │ ├── kwalo-080930.php │ │ │ ├── latex-clojre-mumamo-test.lclj │ │ │ ├── lg-080813-div.html │ │ │ ├── lg-080813-label.html │ │ │ ├── long-lines.txt │ │ │ ├── markdown.markdown │ │ │ ├── mason.mason │ │ │ ├── menu-err.txt │ │ │ ├── mjt-feed.html │ │ │ ├── mjt-imagesearch.html │ │ │ ├── mjt-minimal.html │ │ │ ├── mumamo-and-org.org │ │ │ ├── mumamo-and-org.org.mm │ │ │ ├── ng-080309-read-url.html │ │ │ ├── no-php-end-2.php │ │ │ ├── no-php-end-2.php-log.txt │ │ │ ├── no-php-end-2.php-log2.txt │ │ │ ├── no-php-end-3.php │ │ │ ├── no-php-end-4.php │ │ │ ├── no-php-end.php │ │ │ ├── nojump-parse.html │ │ │ ├── noweb1.now │ │ │ ├── nutshell.mako │ │ │ ├── nxml-bug.html │ │ │ ├── nxml-indent-2.html │ │ │ ├── nxml-indent-3.html │ │ │ ├── nxml-indent-noerr1.html │ │ │ ├── nxml-indent.el │ │ │ ├── nxml-indent.html │ │ │ ├── only-html.html │ │ │ ├── only-php.php │ │ │ ├── pavel-071116.djhtml │ │ │ ├── php-parseable.php │ │ │ ├── question43320.html │ │ │ ├── question44504-folding.html │ │ │ ├── question49234.sh │ │ │ ├── rgr-030809-indexbody.php │ │ │ ├── rgr-080307.php │ │ │ ├── rgr-080308-header-2.php │ │ │ ├── rgr-080308-header.php │ │ │ ├── rgr-080308-indexbody.php │ │ │ ├── rr-090524-header.php │ │ │ ├── rr-090923-header.php │ │ │ ├── rr-address-090304.php │ │ │ ├── rr-address-nxhtml.err │ │ │ ├── rr-min8.php │ │ │ ├── ryan-091104-literal.tpl │ │ │ ├── ryan-091111-wrong-side.tpl │ │ │ ├── schemas.xml │ │ │ ├── sd-080803-test.php │ │ │ ├── senny-091118.htm │ │ │ ├── sheit-2007-12-26.php │ │ │ ├── short-tags.php │ │ │ ├── single-question-sign.html │ │ │ ├── ssjs.ssjs │ │ │ ├── string-bug.php │ │ │ ├── style=.html │ │ │ ├── style=string-font.html │ │ │ ├── svg.svg │ │ │ ├── temp2.php │ │ │ ├── temp3.html │ │ │ ├── test-only-nxml.my-xhtml │ │ │ ├── test.tt │ │ │ ├── tut1.jsp │ │ │ ├── utf8-problem.el │ │ │ ├── wiki-080606-indent.php │ │ │ ├── wiki-080708-ind-problem.rhtml │ │ │ ├── wiki-090804-js.html │ │ │ ├── wiki-2008-01-30.rhtml │ │ │ ├── wiki-comments.php │ │ │ ├── wiki-strange-hili-080629.html │ │ │ ├── xml-as-string.php │ │ │ ├── ygne-2008-02-07-hotproperty.html.php │ │ │ ├── zero-pi.html │ │ │ └── zn-090529-doxysample.php │ │ ├── inemacs │ │ │ └── bug1013.el │ │ ├── mumamo-test.el │ │ ├── nxhtmltest-Q.el │ │ ├── nxhtmltest-helpers.el │ │ └── nxhtmltest-suites.el │ ├── util │ │ ├── anchored-transpose.el │ │ ├── appmenu-fold.el │ │ ├── appmenu.el │ │ ├── as-external.el │ │ ├── buffer-bg.el │ │ ├── chartg.el │ │ ├── css-color.el │ │ ├── css-palette.el │ │ ├── css-simple-completion.el │ │ ├── cus-new-user.el │ │ ├── custsets.el │ │ ├── ecb-batch-compile.el │ │ ├── ediff-url.el │ │ ├── ffip.el │ │ ├── fold-dwim.el │ │ ├── foldit.el │ │ ├── fupd.el │ │ ├── gimpedit.el │ │ ├── gpl.el │ │ ├── hfyview.el │ │ ├── hl-needed.el │ │ ├── html-write.el │ │ ├── idn.el │ │ ├── inlimg.el │ │ ├── key-cat.el │ │ ├── majmodpri.el │ │ ├── markchars.el │ │ ├── mlinks.el │ │ ├── mumamo-aspnet.el │ │ ├── mumamo-fun.el │ │ ├── mumamo-regions.el │ │ ├── mumamo-trace.el │ │ ├── mumamo.el │ │ ├── n-back.el │ │ ├── new-key-seq-widget.el │ │ ├── nxml-mode-os-additions.el │ │ ├── ocr-user.el │ │ ├── org-panel.el │ │ ├── ourcomments-util.el │ │ ├── ourcomments-widgets.el │ │ ├── pause.el │ │ ├── pointback.el │ │ ├── popcmp.el │ │ ├── readme.txt │ │ ├── rebind.el │ │ ├── rnc-mode.el │ │ ├── rxi.el │ │ ├── search-form.el │ │ ├── sex-mode.el │ │ ├── sml-modeline.el │ │ ├── tabkey2.el │ │ ├── tyda.el │ │ ├── udev-ecb.el │ │ ├── udev-rinari.el │ │ ├── udev.el │ │ ├── useful-commands.el │ │ ├── viper-tut.el │ │ ├── vline.el │ │ ├── web-vcs-revision.txt │ │ ├── whelp.el │ │ ├── winsav.el │ │ ├── winsize.el │ │ ├── wrap-to-fill.el │ │ └── zencoding-mode.el │ ├── web-autoload.el │ └── web-vcs.el ├── org-clock-save.el ├── org-docbook.el ├── org-tree-slide.el ├── org-w3m.el ├── powerline.el ├── preview-latex.el ├── rect-mark.el ├── saved-places ├── saveplace.el ├── sr-speedbar.el ├── switch-window.el ├── tab-display.el ├── tex-site.el ├── thinks.el ├── thumbs.el ├── tomorrow │ ├── color-theme-tomorrow.el │ ├── tomorrow-day-theme.el │ ├── tomorrow-night-blue-theme.el │ ├── tomorrow-night-bright-theme.el │ ├── tomorrow-night-eighties-theme.el │ └── tomorrow-night-theme.el ├── tramp ├── tron-theme.el ├── vimpulse.el ├── w3m │ ├── ChangeLog │ ├── ChangeLog.1 │ ├── bookmark-w3m.el │ ├── bookmark-w3m.elc │ ├── mew-w3m.el │ ├── mime-w3m.el │ ├── octet.el │ ├── w3m-antenna.el │ ├── w3m-antenna.elc │ ├── w3m-bookmark.el │ ├── w3m-bookmark.elc │ ├── w3m-bug.el │ ├── w3m-bug.elc │ ├── w3m-ccl.el │ ├── w3m-ccl.elc │ ├── w3m-cookie.el │ ├── w3m-cookie.elc │ ├── w3m-dtree.el │ ├── w3m-dtree.elc │ ├── w3m-ems.el │ ├── w3m-ems.elc │ ├── w3m-favicon.el │ ├── w3m-favicon.elc │ ├── w3m-fb.el │ ├── w3m-fb.elc │ ├── w3m-filter.el │ ├── w3m-filter.elc │ ├── w3m-form.el │ ├── w3m-form.elc │ ├── w3m-hist.el │ ├── w3m-hist.elc │ ├── w3m-image.el │ ├── w3m-image.elc │ ├── w3m-lnum.el │ ├── w3m-lnum.elc │ ├── w3m-load.el │ ├── w3m-mail.el │ ├── w3m-mail.elc │ ├── w3m-namazu.el │ ├── w3m-namazu.elc │ ├── w3m-perldoc.el │ ├── w3m-perldoc.elc │ ├── w3m-proc.el │ ├── w3m-proc.elc │ ├── w3m-rss.el │ ├── w3m-rss.elc │ ├── w3m-search.el │ ├── w3m-search.elc │ ├── w3m-session.el │ ├── w3m-session.elc │ ├── w3m-symbol.el │ ├── w3m-symbol.elc │ ├── w3m-tabmenu.el │ ├── w3m-tabmenu.elc │ ├── w3m-ucs.el │ ├── w3m-util.el │ ├── w3m-util.elc │ ├── w3m-weather.el │ ├── w3m-weather.elc │ ├── w3m.el │ └── w3m.elc ├── wcy-swbuff.el ├── webjump-plus.el └── window-number.el ├── .fbtermrc ├── .fvwm ├── .FvwmConsole-History ├── .fvwm2rc ├── fvwm2rc.bindings ├── fvwm2rc.dock ├── fvwm2rc.menus ├── fvwm2rc.misc ├── fvwm2rc.pager ├── fvwm2rc.settings ├── fvwm2rc.thumbnails ├── fvwm2rc.variables ├── images │ ├── icons │ │ ├── firefox.png │ │ ├── firefoxactive.png │ │ ├── fm.png │ │ ├── gaim.png │ │ ├── gimp.png │ │ ├── leafpad.png │ │ ├── terminal.png │ │ └── thunderbird.png │ ├── mpd │ │ ├── next12.png │ │ ├── pause12.png │ │ ├── play12.png │ │ ├── playlist12.png │ │ ├── prev12.png │ │ └── stop12.png │ ├── none.png │ ├── themes │ │ └── mytheme │ │ │ ├── close-right-active.png │ │ │ ├── close-right-down.png │ │ │ ├── close-right-down2.png │ │ │ ├── close-right-inactive.png │ │ │ ├── iconify-active.png │ │ │ ├── iconify-down.png │ │ │ ├── iconify-inactive.png │ │ │ ├── maximize-active.png │ │ │ ├── maximize-down.png │ │ │ ├── maximize-inactive.png │ │ │ ├── title-active.png │ │ │ └── title-inactive.png │ └── wp │ │ ├── 115.png │ │ ├── 137.png │ │ ├── ISLA.png │ │ ├── NEN1.png │ │ ├── TAG.png │ │ └── imss.png ├── scripts │ ├── Calendar │ ├── TimeAndDate │ ├── mpdSongName │ └── thumb └── themes │ └── mytheme │ ├── fvwm2rc.colorsets │ └── fvwm2rc.wmdeco ├── .i3 └── config ├── .vim └── bundle │ └── vundle │ ├── .gitignore │ ├── CONTRIBUTING.md │ ├── LICENSE-MIT.txt │ ├── README.md │ ├── autoload │ ├── vundle.vim │ └── vundle │ │ ├── config.vim │ │ ├── installer.vim │ │ └── scripts.vim │ ├── doc │ └── vundle.txt │ └── test │ ├── files │ └── test.erl │ ├── minirc.vim │ └── vimrc ├── .viminfo ├── .vimrc ├── .xinitrc └── .zshrc /.Xresouces: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.Xresouces -------------------------------------------------------------------------------- /.bash_profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.bash_profile -------------------------------------------------------------------------------- /.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.bashrc -------------------------------------------------------------------------------- /.config/fcitx/cached_layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/fcitx/cached_layout -------------------------------------------------------------------------------- /.config/fcitx/clipboard/history.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/fcitx/clipboard/history.dat -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-autoeng.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/fcitx/conf/fcitx-autoeng.config -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-chttrans.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/fcitx/conf/fcitx-chttrans.config -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-classic-ui.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/fcitx/conf/fcitx-classic-ui.config -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-clipboard.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/fcitx/conf/fcitx-clipboard.config -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-imselector.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/fcitx/conf/fcitx-imselector.config -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-keyboard.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/fcitx/conf/fcitx-keyboard.config -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-pinyin.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/fcitx/conf/fcitx-pinyin.config -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-spell.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/fcitx/conf/fcitx-spell.config -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-unicode.config: -------------------------------------------------------------------------------- 1 | [Unicode] 2 | # 按键 3 | #Key=CTRL_ALT_SHIFT_U 4 | 5 | -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-xim.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/fcitx/conf/fcitx-xim.config -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-xkb.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/fcitx/conf/fcitx-xkb.config -------------------------------------------------------------------------------- /.config/fcitx/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/fcitx/config -------------------------------------------------------------------------------- /.config/fcitx/data/layout_override: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/fcitx/data/punc.mb.zh_CN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/fcitx/data/punc.mb.zh_CN -------------------------------------------------------------------------------- /.config/fcitx/pinyin/pyindex.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/fcitx/pinyin/pyindex.dat -------------------------------------------------------------------------------- /.config/fcitx/pinyin/pyusrphrase.mb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/fcitx/pinyin/pyusrphrase.mb -------------------------------------------------------------------------------- /.config/fcitx/profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/fcitx/profile -------------------------------------------------------------------------------- /.config/openbox/autostart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/openbox/autostart -------------------------------------------------------------------------------- /.config/openbox/environment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/openbox/environment -------------------------------------------------------------------------------- /.config/openbox/menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/openbox/menu.xml -------------------------------------------------------------------------------- /.config/openbox/rc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.config/openbox/rc.xml -------------------------------------------------------------------------------- /.conkyrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.conkyrc -------------------------------------------------------------------------------- /.emacs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs -------------------------------------------------------------------------------- /.emacs.d/auctex.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex.el -------------------------------------------------------------------------------- /.emacs.d/auctex/.nosearch: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.emacs.d/auctex/bib-cite.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/bib-cite.el -------------------------------------------------------------------------------- /.emacs.d/auctex/bib-cite.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/bib-cite.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/context-en.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/context-en.el -------------------------------------------------------------------------------- /.emacs.d/auctex/context-en.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/context-en.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/context-nl.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/context-nl.el -------------------------------------------------------------------------------- /.emacs.d/auctex/context-nl.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/context-nl.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/context.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/context.el -------------------------------------------------------------------------------- /.emacs.d/auctex/context.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/context.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/font-latex.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/font-latex.el -------------------------------------------------------------------------------- /.emacs.d/auctex/font-latex.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/font-latex.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/images/amstex.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/amstex.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/bibtex.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/bibtex.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/dropdown.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/dropdown.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/dvipdf.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/dvipdf.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/dvips.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/dvips.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/error.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/error.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/exec.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/exec.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/execbibtex.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/execbibtex.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/execdvips.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/execdvips.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/execerror.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/execerror.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/execpdftex.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/execpdftex.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/exectex.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/exectex.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/execviewdvi.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/execviewdvi.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/execviewpdf.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/execviewpdf.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/execviewps.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/execviewps.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/gv.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/gv.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/jumpdvi.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/jumpdvi.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/pdftex.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/pdftex.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prverr16.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prverr16.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prverr20.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prverr20.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prverr24.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prverr24.xbm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prverr24.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prverr24.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvtex-cap-up.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prvtex-cap-up.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvtex12.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prvtex12.xbm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvtex12.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prvtex12.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvtex16.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prvtex16.xbm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvtex16.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prvtex16.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvtex20.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prvtex20.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvtex24.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prvtex24.xbm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvtex24.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prvtex24.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvwrk12.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prvwrk12.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvwrk14.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prvwrk14.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvwrk16.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prvwrk16.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvwrk20.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prvwrk20.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvwrk24.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prvwrk24.xbm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvwrk24.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/prvwrk24.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/pspdf.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/pspdf.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/sep.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/sep.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/tex.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/tex.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/view.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/view.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/viewdvi.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/viewdvi.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/viewpdf.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/viewpdf.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/viewps.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/images/viewps.xpm -------------------------------------------------------------------------------- /.emacs.d/auctex/latex.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/latex.el -------------------------------------------------------------------------------- /.emacs.d/auctex/latex.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/latex.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/multi-prompt.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/multi-prompt.el -------------------------------------------------------------------------------- /.emacs.d/auctex/multi-prompt.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/multi-prompt.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/plain-tex.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/plain-tex.el -------------------------------------------------------------------------------- /.emacs.d/auctex/plain-tex.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/plain-tex.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/preview.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/preview.el -------------------------------------------------------------------------------- /.emacs.d/auctex/preview.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/preview.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/prv-emacs.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/prv-emacs.el -------------------------------------------------------------------------------- /.emacs.d/auctex/prv-emacs.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/prv-emacs.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/.nosearch: -------------------------------------------------------------------------------- 1 | ;; AUCTeX style/ and auto/ directories should not appear in load path. 2 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/CJK.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/CJK.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/CJK.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/CJK.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/CJKutf8.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/CJKutf8.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/CJKutf8.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/CJKutf8.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/MinionPro.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/MinionPro.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/MinionPro.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/MinionPro.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/alltt.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/alltt.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/alltt.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/alltt.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/alphanum.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/alphanum.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/alphanum.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/alphanum.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsart.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/amsart.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsart.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/amsart.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsbook.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/amsbook.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsbook.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/amsbook.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsbsy.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/amsbsy.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsbsy.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/amsbsy.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsmath.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/amsmath.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsmath.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/amsmath.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsopn.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/amsopn.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsopn.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/amsopn.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amstex.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/amstex.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amstex.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/amstex.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amstext.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/amstext.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amstext.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/amstext.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsthm.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/amsthm.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsthm.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/amsthm.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/article.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/article.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/article.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/article.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/austrian.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/austrian.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/austrian.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/austrian.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/babel.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/babel.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/babel.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/babel.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/beamer.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/beamer.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/beamer.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/beamer.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/biblatex.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/biblatex.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/biblatex.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/biblatex.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/book.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/book.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/book.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/book.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/booktabs.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/booktabs.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/booktabs.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/booktabs.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/bulgarian.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/bulgarian.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/bulgarian.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/bulgarian.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/captcont.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/captcont.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/captcont.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/captcont.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/comment.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/comment.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/comment.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/comment.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/csquotes.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/csquotes.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/csquotes.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/csquotes.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/czech.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/czech.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/czech.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/czech.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/danish.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/danish.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/danish.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/danish.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/dinbrief.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/dinbrief.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/dinbrief.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/dinbrief.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/dk-bib.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/dk-bib.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/dk-bib.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/dk-bib.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/dk.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/dk.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/dk.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/dk.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/doc.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/doc.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/doc.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/doc.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/dutch.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/dutch.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/dutch.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/dutch.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/emp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/emp.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/emp.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/emp.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/epsf.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/epsf.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/epsf.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/epsf.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/fancyref.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/fancyref.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/fancyref.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/fancyref.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/flashcards.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/flashcards.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/flashcards.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/flashcards.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/foils.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/foils.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/foils.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/foils.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/francais.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/francais.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/francais.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/francais.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/french.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/french.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/french.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/french.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/frenchb.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/frenchb.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/frenchb.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/frenchb.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/german.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/german.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/german.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/german.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/graphics.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/graphics.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/graphics.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/graphics.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/graphicx.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/graphicx.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/graphicx.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/graphicx.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/harvard.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/harvard.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/harvard.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/harvard.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/hyperref.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/hyperref.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/hyperref.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/hyperref.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/icelandic.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/icelandic.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/icelandic.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/icelandic.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/index.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/index.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/index.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/index.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/inputenc.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/inputenc.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/inputenc.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/inputenc.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/italian.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/italian.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/italian.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/italian.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/j-article.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/j-article.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/j-article.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/j-article.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/j-book.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/j-book.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/j-book.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/j-book.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/j-report.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/j-report.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/j-report.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/j-report.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jarticle.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/jarticle.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jarticle.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/jarticle.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jbook.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/jbook.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jbook.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/jbook.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jreport.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/jreport.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jreport.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/jreport.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jsarticle.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/jsarticle.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jsarticle.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/jsarticle.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jsbook.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/jsbook.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jsbook.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/jsbook.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jura.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/jura.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jura.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/jura.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jurabib.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/jurabib.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jurabib.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/jurabib.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/latexinfo.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/latexinfo.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/latexinfo.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/latexinfo.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/letter.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/letter.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/letter.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/letter.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/lettrine.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/lettrine.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/lettrine.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/lettrine.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/listings.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/listings.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/listings.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/listings.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/ltx-base.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/ltx-base.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/ltx-base.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/ltx-base.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/ltxdoc.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/ltxdoc.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/ltxdoc.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/ltxdoc.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/makeidx.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/makeidx.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/makeidx.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/makeidx.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/mdwlist.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/mdwlist.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/mdwlist.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/mdwlist.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/multicol.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/multicol.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/multicol.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/multicol.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/multido.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/multido.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/multido.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/multido.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/multind.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/multind.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/multind.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/multind.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/natbib.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/natbib.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/natbib.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/natbib.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/naustrian.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/naustrian.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/naustrian.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/naustrian.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/ngerman.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/ngerman.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/ngerman.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/ngerman.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/nicefrac.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/nicefrac.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/nicefrac.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/nicefrac.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/nomencl.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/nomencl.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/nomencl.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/nomencl.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/paralist.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/paralist.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/paralist.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/paralist.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/pdfsync.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/pdfsync.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/pdfsync.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/pdfsync.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/plfonts.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/plfonts.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/plfonts.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/plfonts.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/plhb.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/plhb.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/plhb.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/plhb.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/polish.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/polish.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/polish.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/polish.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/polski.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/polski.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/polski.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/polski.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/prosper.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/prosper.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/prosper.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/prosper.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/psfig.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/psfig.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/psfig.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/psfig.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/pst-grad.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/pst-grad.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/pst-grad.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/pst-grad.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/pst-node.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/pst-node.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/pst-node.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/pst-node.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/pst-plot.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/pst-plot.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/pst-plot.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/pst-plot.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/pst-slpe.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/pst-slpe.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/pst-slpe.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/pst-slpe.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/pstricks.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/pstricks.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/pstricks.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/pstricks.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/report.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/report.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/report.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/report.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/ruby.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/ruby.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/ruby.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/ruby.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/scrartcl.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/scrartcl.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/scrartcl.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/scrartcl.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/scrbase.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/scrbase.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/scrbase.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/scrbase.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/scrbook.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/scrbook.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/scrbook.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/scrbook.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/scrlttr2.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/scrlttr2.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/scrlttr2.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/scrlttr2.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/scrpage2.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/scrpage2.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/scrpage2.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/scrpage2.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/scrreprt.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/scrreprt.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/scrreprt.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/scrreprt.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/setspace.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/setspace.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/setspace.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/setspace.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/shortvrb.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/shortvrb.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/shortvrb.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/shortvrb.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/slides.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/slides.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/slides.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/slides.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/slovak.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/slovak.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/slovak.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/slovak.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/subfigure.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/subfigure.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/subfigure.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/subfigure.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/swedish.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/swedish.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/swedish.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/swedish.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/tabularx.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/tabularx.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/tabularx.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/tabularx.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/units.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/units.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/units.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/units.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/url.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/url.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/url.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/url.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/varioref.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/varioref.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/varioref.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/varioref.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/verbatim.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/verbatim.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/verbatim.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/verbatim.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/virtex.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/virtex.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/virtex.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/virtex.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/style/xspace.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/xspace.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/xspace.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/style/xspace.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/tex-bar.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex-bar.el -------------------------------------------------------------------------------- /.emacs.d/auctex/tex-bar.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex-bar.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/tex-buf.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex-buf.el -------------------------------------------------------------------------------- /.emacs.d/auctex/tex-buf.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex-buf.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/tex-fold.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex-fold.el -------------------------------------------------------------------------------- /.emacs.d/auctex/tex-fold.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex-fold.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/tex-font.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex-font.el -------------------------------------------------------------------------------- /.emacs.d/auctex/tex-font.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex-font.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/tex-info.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex-info.el -------------------------------------------------------------------------------- /.emacs.d/auctex/tex-info.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex-info.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/tex-jp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex-jp.el -------------------------------------------------------------------------------- /.emacs.d/auctex/tex-jp.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex-jp.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/tex-mik.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex-mik.el -------------------------------------------------------------------------------- /.emacs.d/auctex/tex-mik.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex-mik.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/tex-style.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex-style.el -------------------------------------------------------------------------------- /.emacs.d/auctex/tex-style.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex-style.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/tex.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex.el -------------------------------------------------------------------------------- /.emacs.d/auctex/tex.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/tex.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/texmathp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/texmathp.el -------------------------------------------------------------------------------- /.emacs.d/auctex/texmathp.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/texmathp.elc -------------------------------------------------------------------------------- /.emacs.d/auctex/toolbar-x.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/toolbar-x.el -------------------------------------------------------------------------------- /.emacs.d/auctex/toolbar-x.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auctex/toolbar-x.elc -------------------------------------------------------------------------------- /.emacs.d/auto-recomp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/auto-recomp.el -------------------------------------------------------------------------------- /.emacs.d/autorevert.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/autorevert.el -------------------------------------------------------------------------------- /.emacs.d/bookmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/bookmarks -------------------------------------------------------------------------------- /.emacs.d/browse-kill-ring.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/browse-kill-ring.el -------------------------------------------------------------------------------- /.emacs.d/color-theme/color-theme.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/color-theme/color-theme.el -------------------------------------------------------------------------------- /.emacs.d/deft.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/deft.el -------------------------------------------------------------------------------- /.emacs.d/dired-single.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/dired-single.el -------------------------------------------------------------------------------- /.emacs.d/easymenu.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/easymenu.el -------------------------------------------------------------------------------- /.emacs.d/emms/.#history: -------------------------------------------------------------------------------- 1 | mudan@localhost.375:1362450207 -------------------------------------------------------------------------------- /.emacs.d/emms/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/Makefile -------------------------------------------------------------------------------- /.emacs.d/emms/cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/cache -------------------------------------------------------------------------------- /.emacs.d/emms/emms-auto.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-auto.in -------------------------------------------------------------------------------- /.emacs.d/emms/emms-bookmarks.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-bookmarks.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-browser.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-browser.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-cache.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-cache.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-compat.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-compat.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-cue.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-cue.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-history.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-history.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-i18n.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-i18n.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-info-libtag.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-info-libtag.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-info-metaflac.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-info-metaflac.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-info-mp3info.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-info-mp3info.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-info-ogginfo.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-info-ogginfo.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-info.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-info.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-last-played.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-last-played.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-lastfm-client.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-lastfm-client.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-lastfm-scrobbler.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-lastfm-scrobbler.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-lyrics.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-lyrics.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-maint.el: -------------------------------------------------------------------------------- 1 | (add-to-list 'load-path ".") 2 | -------------------------------------------------------------------------------- /.emacs.d/emms/emms-mark.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-mark.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-metaplaylist-mode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-metaplaylist-mode.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-mode-line-icon.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-mode-line-icon.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-mode-line.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-mode-line.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-player-mpd.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-player-mpd.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-player-mpg321-remote.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-player-mpg321-remote.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-player-mplayer.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-player-mplayer.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-player-simple.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-player-simple.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-player-vlc.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-player-vlc.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-player-xine.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-player-xine.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-playing-time.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-playing-time.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-playlist-limit.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-playlist-limit.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-playlist-mode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-playlist-mode.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-playlist-sort.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-playlist-sort.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-score.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-score.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-setup.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-setup.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-source-file.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-source-file.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-source-playlist.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-source-playlist.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-stream-info.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-stream-info.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-streams.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-streams.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-tag-editor.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-tag-editor.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-url.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-url.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-volume-amixer.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-volume-amixer.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms-volume.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms-volume.el -------------------------------------------------------------------------------- /.emacs.d/emms/emms.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/emms.el -------------------------------------------------------------------------------- /.emacs.d/emms/history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/history -------------------------------------------------------------------------------- /.emacs.d/emms/history~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/history~ -------------------------------------------------------------------------------- /.emacs.d/emms/jack.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/jack.el -------------------------------------------------------------------------------- /.emacs.d/emms/later-do.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/later-do.el -------------------------------------------------------------------------------- /.emacs.d/emms/list/china.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/list/china.list -------------------------------------------------------------------------------- /.emacs.d/emms/scores: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/scores -------------------------------------------------------------------------------- /.emacs.d/emms/tq.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/emms/tq.el -------------------------------------------------------------------------------- /.emacs.d/evernote-mode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/evernote-mode.el -------------------------------------------------------------------------------- /.emacs.d/git-emacs/.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | *.elc 3 | .#* 4 | TAGS 5 | -------------------------------------------------------------------------------- /.emacs.d/git-emacs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/git-emacs/Makefile -------------------------------------------------------------------------------- /.emacs.d/git-emacs/git--test.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/git-emacs/git--test.el -------------------------------------------------------------------------------- /.emacs.d/git-emacs/git-blame.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/git-emacs/git-blame.el -------------------------------------------------------------------------------- /.emacs.d/git-emacs/git-emacs-autoloads.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/git-emacs/git-emacs-autoloads.el -------------------------------------------------------------------------------- /.emacs.d/git-emacs/git-emacs.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/git-emacs/git-emacs.el -------------------------------------------------------------------------------- /.emacs.d/git-emacs/git-global-keys.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/git-emacs/git-global-keys.el -------------------------------------------------------------------------------- /.emacs.d/git-emacs/git-load.el.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/git-emacs/git-load.el.sample -------------------------------------------------------------------------------- /.emacs.d/git-emacs/git-log.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/git-emacs/git-log.el -------------------------------------------------------------------------------- /.emacs.d/git-emacs/git-modeline.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/git-emacs/git-modeline.el -------------------------------------------------------------------------------- /.emacs.d/git-emacs/git-status.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/git-emacs/git-status.el -------------------------------------------------------------------------------- /.emacs.d/hexrgb.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/hexrgb.el -------------------------------------------------------------------------------- /.emacs.d/htmlize.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/htmlize.el -------------------------------------------------------------------------------- /.emacs.d/iimage.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/iimage.el -------------------------------------------------------------------------------- /.emacs.d/lazy-set-key.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/lazy-set-key.el -------------------------------------------------------------------------------- /.emacs.d/linum+.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/linum+.el -------------------------------------------------------------------------------- /.emacs.d/markdown-mode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/markdown-mode.el -------------------------------------------------------------------------------- /.emacs.d/mediawiki.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/mediawiki.el -------------------------------------------------------------------------------- /.emacs.d/muse/contrib/cgi.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/contrib/cgi.el -------------------------------------------------------------------------------- /.emacs.d/muse/contrib/cgi.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/contrib/cgi.elc -------------------------------------------------------------------------------- /.emacs.d/muse/contrib/htmlize-hack.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/contrib/htmlize-hack.el -------------------------------------------------------------------------------- /.emacs.d/muse/contrib/httpd.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/contrib/httpd.el -------------------------------------------------------------------------------- /.emacs.d/muse/contrib/httpd.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/contrib/httpd.elc -------------------------------------------------------------------------------- /.emacs.d/muse/experimental/muse-cite.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/experimental/muse-cite.el -------------------------------------------------------------------------------- /.emacs.d/muse/experimental/muse-mathml.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/experimental/muse-mathml.el -------------------------------------------------------------------------------- /.emacs.d/muse/experimental/muse-message.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/experimental/muse-message.el -------------------------------------------------------------------------------- /.emacs.d/muse/experimental/muse-split.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/experimental/muse-split.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-autoloads.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-autoloads.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-backlink.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-backlink.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-backlink.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-backlink.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-blosxom.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-blosxom.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-blosxom.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-blosxom.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-book.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-book.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-book.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-book.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-colors.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-colors.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-colors.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-colors.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-context.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-context.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-context.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-context.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-docbook.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-docbook.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-docbook.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-docbook.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-groff.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-groff.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-groff.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-groff.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-html.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-html.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-html.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-html.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-http.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-http.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-http.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-http.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-ikiwiki.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-ikiwiki.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-ikiwiki.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-ikiwiki.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-import-docbook.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-import-docbook.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-import-docbook.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-import-docbook.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-import-latex.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-import-latex.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-import-latex.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-import-latex.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-import-xml.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-import-xml.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-import-xml.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-import-xml.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-ipc.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-ipc.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-ipc.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-ipc.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-journal.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-journal.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-journal.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-journal.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-latex.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-latex.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-latex.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-latex.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-latex2png.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-latex2png.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-latex2png.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-latex2png.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-mode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-mode.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-mode.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-mode.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-poem.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-poem.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-poem.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-poem.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-project.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-project.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-project.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-project.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-protocols.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-protocols.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-protocols.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-protocols.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-publish.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-publish.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-publish.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-publish.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-regexps.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-regexps.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-regexps.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-regexps.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-texinfo.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-texinfo.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-texinfo.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-texinfo.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-wiki.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-wiki.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-wiki.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-wiki.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-xml-common.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-xml-common.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-xml-common.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-xml-common.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse-xml.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-xml.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse-xml.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse-xml.elc -------------------------------------------------------------------------------- /.emacs.d/muse/muse.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse.el -------------------------------------------------------------------------------- /.emacs.d/muse/muse.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/muse/muse.elc -------------------------------------------------------------------------------- /.emacs.d/nxhtml/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/README.txt -------------------------------------------------------------------------------- /.emacs.d/nxhtml/alts/javascript-mozlab.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/alts/javascript-mozlab.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/autostart.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/autostart.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/autostart22.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/autostart22.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/emacs22.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/emacs22.cmd -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/img/pause/pause.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/etc/img/pause/pause.jpg -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/img/pause/pause2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/etc/img/pause/pause2.jpg -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/schema/genshi-old.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/etc/schema/genshi-old.rnc -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/schema/genshi.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/etc/schema/genshi.rnc -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/schema/mjt.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/etc/schema/mjt.rnc -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/schema/nxml-erb.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/etc/schema/nxml-erb.patch -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/schema/old-genshi.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/etc/schema/old-genshi.rnc -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/schema/xinclude.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/etc/schema/xinclude.rnc -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/uts39/idnchars.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/etc/uts39/idnchars.txt -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/viper-tut/0intro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/etc/viper-tut/0intro -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/viper-tut/1basics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/etc/viper-tut/1basics -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/viper-tut/2moving: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/etc/viper-tut/2moving -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/viper-tut/3cutpaste: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/etc/viper-tut/3cutpaste -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/viper-tut/4inserting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/etc/viper-tut/4inserting -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/viper-tut/5tricks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/etc/viper-tut/5tricks -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/viper-tut/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/etc/viper-tut/README -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/viper-tut/outline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/etc/viper-tut/outline -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml-base.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml-base.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml-loaddefs.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml-loaddefs.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml-web-vcs.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml-web-vcs.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/ChangeLog -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/doc/demo.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/html2xhtml.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/doc/html2xhtml.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/divine2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/doc/img/divine2.jpg -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/emacsP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/doc/img/emacsP.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/giraffe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/doc/img/giraffe.jpg -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/volga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/doc/img/volga.jpg -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/nxhtml.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/doc/nxhtml.css -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/nxhtml.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/doc/nxhtml.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-chklnk.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/html-chklnk.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-chklnk/PerlLib/HTML/datadir.txt: -------------------------------------------------------------------------------- 1 | C:/TEMP/i2data 2 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-imenu.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/html-imenu.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-move.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/html-move.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-pagetoc.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/html-pagetoc.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-quote.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/html-quote.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-site.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/html-site.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-toc.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/html-toc.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-upl.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/html-upl.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-upl/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/html-upl/COPYING -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-upl/Changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/html-upl/Changes -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-upl/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/html-upl/README -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-upl/TODO: -------------------------------------------------------------------------------- 1 | 2 | Nothing as of now. 3 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-upl/ftpsync.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/html-upl/ftpsync.pl -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/html-wtoc.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/nxhtml-autoload.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/nxhtml-autoload.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/nxhtml-bug.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/nxhtml-bug.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/nxhtml-menu.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/nxhtml-menu.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/nxhtml-mode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/nxhtml-mode.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/nxhtml-mumamo.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/nxhtml-mumamo.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/nxhtml-strval.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/nxhtml-strval.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/nxhtml.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/nxhtml.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/nxhtmljs.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/nxhtmljs.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/nxml-where.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/nxml-where.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/outline-magic.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/outline-magic.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/rngalt.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/rngalt.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/tidy-xhtml.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/tidy-xhtml.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/wtest.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/wtest.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/xhtml-help.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtml/xhtml-help.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtmlmaint.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/nxhtmlmaint.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/blank.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/blank.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/csharp-mode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/csharp-mode.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/django.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/django.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/env.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/env.js -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/flymake-css.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/flymake-css.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/flymake-helpers.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/flymake-helpers.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/flymake-java-1.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/flymake-java-1.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/flymake-js.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/flymake-js.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/flymakemsg.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/flymakemsg.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/flymu.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/flymu.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/iss-mode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/iss-mode.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/iss-mumamo.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/iss-mumamo.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/js_temp.js: -------------------------------------------------------------------------------- 1 | 2 | // I am testing 3 | 4 | var x == 10; 5 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/jslint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/jslint.js -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/moz.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/moz.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/mozadd.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/mozadd.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/php-imenu.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/php-imenu.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/php-mode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/php-mode.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/readme.txt -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/rhino.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/rhino.js -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/smarty-mode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/smarty-mode.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/tt-mode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/tt-mode.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/wikipedia-mode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/related/wikipedia-mode.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/angus77-setup-jde.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/angus77-setup-jde.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/emacstest-suites.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/emacstest-suites.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/ert.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/ert.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/ert2.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/ert2.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/hfy-test.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/hfy-test.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/3-heights.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/3-heights.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/asp.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/asp.asp -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bastien-test.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bastien-test.mm -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/blorgit.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/blorgit.rb -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug-080609.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug-080609.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug-1908494.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug-1908494.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug-290364.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug-290364.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug-311641.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | try { 4 | } catch (PDOException $e) { 5 | } 6 | 7 | ?> -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug261792.ghtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug261792.ghtml -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug271497.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug271497.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug271497.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug271497.txt -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug272871.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug272871.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug354363-test.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug370417.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug370417.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug381979-2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug381979-2.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug384115-bt2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug384115-bt2.txt -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug388729-nxhtml_test.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug400415-foo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug400415-foo.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug409183.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug409183.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug452676.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug452676.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug463136.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug463136.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug509586.ghtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug509586.ghtml -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug523065.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug523065.jsp -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug523065.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug523065.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug531328.rhtml: -------------------------------------------------------------------------------- 1 | <% foo %> <% bar %> 2 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug532500.rhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug532500.rhtml -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug532759.djhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug532759.djhtml -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug546027.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug546027.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug552789.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug552789.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug557700-2.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug557700-2.erb -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug557700-3.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug557700-3.erb -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug557700-4.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug557700-4.erb -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug557700-5.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug557700-5.erb -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug557700-6.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug557700-6.erb -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug557700.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug557700.erb -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug565595.mako: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug565595.mako -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug568178.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug568178.pl -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug568178.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/bug568178.sh -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/chunks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/chunks.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/cr-lf.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/cr-lf.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/csr-080710-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/csr-080710-2.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/csr-080710.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/csr-080710.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/cvd-080805-ac.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/cvd-080805-ac.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/cvd-080805-cc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/cvd-080805-cc.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/el-070424-duh.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/el-070424-duh.xml -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/el-070604.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/el-070604.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/el-070604.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/el-070604.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/err-line38.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/err-line38.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/eval-in-html.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/eval-in-html.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/fontif-err.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/fontif-err.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/fontif-err.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/fontif-err.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/genshi.ghtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/genshi.ghtml -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/haml1.haml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/haml1.haml -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/heredoc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/heredoc.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/heredoc.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/heredoc.pl -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/heredoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/heredoc.py -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/heredoc.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/heredoc.rb -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/heredoc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/heredoc.sh -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/hq-070524-bug.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/hq-070524-bug.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/ind-0-error.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/ind-0-error.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/java.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/java.java -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/jj-081226.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/jj-081226.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/jump-parse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/jump-parse.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/jump-parse.rhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/jump-parse.rhtml -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/kp-080604.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/kp-080604.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/kwalo-080930.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/kwalo-080930.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/long-lines.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/long-lines.txt -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/markdown.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/markdown.markdown -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/mason.mason: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/mason.mason -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/menu-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/menu-err.txt -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/mjt-feed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/mjt-feed.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/mjt-minimal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/mjt-minimal.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/no-php-end-2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/no-php-end-2.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/no-php-end-3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/no-php-end-3.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/no-php-end-4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/no-php-end-4.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/no-php-end.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/no-php-end.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/nojump-parse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/nojump-parse.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/noweb1.now: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/noweb1.now -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/nutshell.mako: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/nutshell.mako -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/nxml-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/nxml-bug.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/nxml-indent.el: -------------------------------------------------------------------------------- 1 | (nxml-scan-element-backward 6407 nil 2407) 2 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/nxml-indent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/nxml-indent.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/only-html.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/only-html.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/only-php.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/only-php.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/php-parseable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/php-parseable.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/question49234.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/question49234.sh -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/rgr-080307.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/rgr-080307.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/rr-min8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/rr-min8.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/schemas.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/schemas.xml -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/senny-091118.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/senny-091118.htm -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/short-tags.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/short-tags.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/ssjs.ssjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/ssjs.ssjs -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/string-bug.php: -------------------------------------------------------------------------------- 1 | = "bla" ?> 2 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/style=.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/style=.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/svg.svg: -------------------------------------------------------------------------------- 1 | something 2 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/temp2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/temp2.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/temp3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/temp3.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/test.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/test.tt -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/tut1.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/tut1.jsp -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/utf8-problem.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/HEAD/.emacs.d/nxhtml/tests/in/utf8-problem.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/wiki-2008-01-30.rhtml: -------------------------------------------------------------------------------- 1 |