You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,8 +47,8 @@ Use ``M-x customize-group RET fireplace RET`` to view and change the user define
47
47
Configuration
48
48
-------------
49
49
50
-
You can tweak the setting of `fireplace` the way you please with the ``customize-group``
51
-
`fireplace` and `fireplace-faces`.
50
+
You can tweak the setting of ``fireplace`` the way you please with the ``customize-group``
51
+
``fireplace`` and ``fireplace-faces``.
52
52
53
53
Among the options, the name of the buffer, the frequency of refresh, the smoke char,
54
54
or the faces used in the fireplace.
@@ -61,8 +61,8 @@ If you don't want to use melpa to install this package, follow these steps:
61
61
Download ``fireplace.el`` and place it somewhere in your ``.emacs.d`` directory, say in ``.emacs.d/fireplace/``.
62
62
Compile the file using ``M-x byte-compile-file``.
63
63
Put ``(load "~/.emacs.d/fireplace/fireplace")`` in your init file (``.emacs``).
64
-
Note that there is a significant performance difference between the compiled and non-compiled fireplace.
65
64
65
+
Note that there is a significant performance difference between the compiled and non-compiled fireplace.
66
66
67
67
Acknowledgment
68
68
--------------
@@ -75,12 +75,11 @@ Contribution
75
75
------------
76
76
77
77
Please feel free to do whatever you want with this code.
78
+
78
79
Ideas and pull requests are very welcome. I can be reached through [email protected]
79
80
or on twitter @johanvts.
80
81
81
82
82
83
To-Do
83
84
-----
84
85
- Better status bar
85
-
- Locally override some of the offending settings from `Issue #10 <https://github.com/johanvts/emacs-fireplace/issues/10>`_
86
-
- Automatically scale fire if the user alters the window size after starting the fire, see `Issue #20 <https://github.com/johanvts/emacs-fireplace/issues/20>`_
0 commit comments