diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-22 12:24:32 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-22 12:24:32 +0200 |
| commit | eb786cbe9db82d1a192f9bb7c51ffc92fc4153b8 (patch) | |
| tree | 7cc8a5b72d3d492fea2c202dd8b532b1c39e8278 | |
| parent | f05b0ce260add10233a24198b5baca3194bba317 (diff) | |
| download | dotfiles-eb786cbe9db82d1a192f9bb7c51ffc92fc4153b8.tar.gz dotfiles-eb786cbe9db82d1a192f9bb7c51ffc92fc4153b8.zip | |
emacs: added a note on the readme
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | .emacs.d/README.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/README.org b/.emacs.d/README.org index 3744c1a..3e6017b 100644 --- a/.emacs.d/README.org +++ b/.emacs.d/README.org @@ -9,7 +9,7 @@ configuration. The basic workflow is that on the first run the =init.el= file will replace itself with a tangled (=org-babel=) version of itself. Therefore, all changes should go into the =init.org= file. Moreover, I've added a function that is executed on save which generates and compiles new versions of the -=init.el= file. +=init.el= file. This function also generates an HTML version of it, that can be be found [[http://jo.mssola.com/static/init.html][here]]. I run GNU Emacs in daemon mode, but I don't use systemd for that. Instead, in I'm using the =-a= argument of =emacsclient= with an empty string. This |
