Adam Sjøgren <[email protected]> writes:

>
>> How did you get this interesting quote style set up? even has a
>> clickable link to the help page.
>
> It is the nice boxquote.el;
>
>     ; Nice boxes:
>     (add-to-list 'load-path "/home/asjo/elisp/boxquote.el/")
>     (require 'boxquote)
>
> from https://github.com/davep/boxquote.el.git
>

This is also a package that can be installed by Emacs:

   menu -> Options -> Manage Emacs Packages

It is available in the "melpa" stable archive, so that
should be included in the Emacs option ‘package-archives’
before selecting "Manage Emacs Packages" from the menu:

  M-x customize-option RET
  Customize variable: package-archives RET

In the *Customize Option* buffer, click on the INS button
and set the URL field to http://stable.melpa.org/packages/.

-- 
The lyf so short, the craft so long to lerne.
- Geoffrey Chaucer, The Parliament of Birds.

Reply via email to