[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: command-log-mode
From: |
steve-humphreys |
Subject: |
Re: command-log-mode |
Date: |
Mon, 11 Jan 2021 13:43:27 +0100 |
Has anyone got an idea how to put the command-log window at the bottom
rather than at the side?
> Sent: Monday, January 11, 2021 at 11:07 PM
> From: "Philip K." <philipk@posteo.net>
> To: steve-humphreys@gmx.com
> Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org>
> Subject: Re: command-log-mode
>
> steve-humphreys@gmx.com writes:
>
> > I am trying to use command-log-mode, but I am unsure how to use it.
> > Have found no instructions on how to install it and call it.
> >
> > The source code is here
> >
> > https://github.com/lewang/command-log-mode
>
> The Commentary section says
>
> ;; To enable, use e.g.:
> ;;
> ;; (require 'command-log-mode)
> ;; (add-hook 'LaTeX-mode-hook 'command-log-mode)
> ;;
> ;; To see the log buffer, call M-x clm/open-command-log-buffer.
>
> So basically, all you have to do is M-x command-log-mode, to enable it
> wherever you need it, and then manually open the log buffer.
>
> --
> Philip K.
>