fm4d

Results 2 issues of fm4d

It would be nice to allow conversion of non-file buffers like `scratch` which is now impossible due to: ``` (buffer-file-name buffer) (file-name-nondirectory filename) ``` in `pandoc--call-external` which fails because `(buffer-file-name...

Fixed pdf-tools page number in default and center theme, viz. https://github.com/milkypostman/powerline/issues/88. The fix is little bit of hacky, but I didnt see different way without partial rewrite (but I am...