File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,13 @@ About
2222-----
2323A cozy fireplace for emacs.
2424
25- Installation
26- ------------
25+ Usage
26+ -----
2727
28- Download ``fireplace.el `` and place it somewhere in your ``.emacs.d `` directory, say in ``.emacs.d/fireplace/ ``.
29- Compile the file using ``M-x byte-compile-file ``.
30- Put ``(load "~/.emacs.d/fireplace/fireplace") `` in your init file (``.emacs ``).
31- Note that there is a significant performance difference between the compiled and non-compiled fireplace.
28+ After you installed the `fireplace ` package from `melpa<http://melpa.org/#/> `_
29+ you can start the fire using ``M-x fireplace ``.
3230
3331
34- You can start the fire using ``M-x fireplace ``.
3532The fireplace will try to fill the current window with a new buffer.
3633To put the fire out use ``M-x fireplace-off `` or hotkey ``q ``.
3734
@@ -47,6 +44,17 @@ Key bind Function
4744
4845Use ``M-x customize-group RET fireplace RET `` to view and change the user defined variables and read their documentation.
4946
47+ Manual Installation
48+ ------------
49+
50+ If ever you don't want to use melpa to install this package, follow this steps:
51+
52+ Download ``fireplace.el `` and place it somewhere in your ``.emacs.d `` directory, say in ``.emacs.d/fireplace/ ``.
53+ Compile the file using ``M-x byte-compile-file ``.
54+ Put ``(load "~/.emacs.d/fireplace/fireplace") `` in your init file (``.emacs ``).
55+ Note that there is a significant performance difference between the compiled and non-compiled fireplace.
56+
57+
5058Acknowledgment
5159--------------
5260
You can’t perform that action at this time.
0 commit comments