heliaxdev / Org-Generation

Org documentation for code bases
1 stars 0 forks source link

Remove style warning from loading fset #4

Closed mariari closed 4 years ago

mariari commented 4 years ago

Currently the fset package gives off a warning I can't seem to turn off, making the help not as easy to parse.

mariari commented 4 years ago

A nice person on IRC helped me

(handler-bind ((warning #'muffle-warning)) (asdf:load-system :org-generation))

fixses this issue!