Next: , Previous: , Up: Api   [Contents][Index]


5.2 Emacsy Facade

So that users of our library don’t have to import all of our nicely partitioned modules individually, we’ll expose a facade module that re-exports all of the public interfaces for each module. Just use

  (use-modules (emacsy emacsy))

or

  #:use-module (emacsy emacsy)