commit fd94a983ed38b999e44048e18c573a4d1ef810c1
parent b6a446d98a10db7126b69e911f21c454b5018262
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 29 Jun 2020 10:53:04 +0200
tools/emacs: remove early-init foo messages
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -47,7 +47,7 @@ dramatically or even not working anymore 😛.
This is probably gonna be a moving target, but this is how it looks (or should look
soon-ish 👼):
-- `docs`: holds documentation about this code, literate configuration, see [literate configuration](#org523bd35).
+- `docs`: holds documentation about this code, literate configuration, see [literate configuration](#orgfbae953).
`make publish` will publish the `README.org` and the `docs` folder to my website.
- `lib`: shared code used during configuration (mostly `nix` code).
- `machines`: configuration per machines
@@ -59,7 +59,7 @@ soon-ish 👼):
will contain empty secrets (or random ones).
- `tmp`: things to… organize (e.g. where I import my other *legacy* configuration)
-<a id="org523bd35"></a>As I'm slowly, but <span class="underline">surely</span>, going to have `org-mode` files for
+<a id="orgfbae953"></a>As I'm slowly, but <span class="underline">surely</span>, going to have `org-mode` files for
literate configuration files in this repository, I have to think of how to organize files
in order to end up with one huge file. The goal of having those `org-mode` files, is
mainly to document my configuration and publish it, most likely on [sbr.pm](https://sbr.pm).
diff --git a/tools/emacs/early-init.el b/tools/emacs/early-init.el
@@ -12,8 +12,6 @@
(tool-bar-mode -1)
(scroll-bar-mode -1)
(horizontal-scroll-bar-mode -1)
-(message "foo")
-(message "bar")
;; -DisableUI
;; GarbageCollection