Roberto Huelga
Roberto Huelga
I have implemented it in way similar to kramdown ``` some text paragraphs {:.some-class .other-class #theid} ``` I didn't study the code, but quickly find a place to implement it,...
Now it use win parameters. and the win struct is not modify.
sudo support would be great
To launch sudo shell command I use this ``` (defun sudo-shell-command (command) (interactive "MShell command (root): ") (with-temp-buffer (cd "/sudo::/") (async-shell-command command))) ``` I found it in this thread https://groups.google.com/forum/#!topic/gnu.emacs.help/fXxnXc3v-pM...