Raimon Grau

Results 55 comments of Raimon Grau
trafficstars

I think the busted example @marioidival shows is the most critical because there's no way to reformat it in a way that looks "good". I've had a quick look at...

I wrote some elisp to solve my busted use case. Maybe others can adapt it for their use cases. Alert: huge hack. http://puntoblogspot.blogspot.com.es/2018/03/fixing-indentation-of-lua-busted-in.html

Another `advice` I added since then is the following one: ```elisp (defun rgc-lua-at-most-one-indent (old-function &rest arguments) (let ((old-res (apply old-function arguments))) (if (> old-res 2) 2 old-res))) (advice-add #'lua-calculate-indentation-block-modifier :around...

Adding a link to some relevant development in a PR https://github.com/immerrr/lua-mode/pull/151

use helm-dash with eww.