summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-02-21 10:31:49 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-02-21 10:31:49 +0100
commit6fedc1126a7bc02a18c7a071397517fb957d9bc3 (patch)
tree2123d50b0c7bd8c8df71b62111e62cd1828cf91d
parentdf9744099f015199e8beae9e6390db5189532172 (diff)
Improve text a bit.
-rw-r--r--init.org5
1 files changed, 2 insertions, 3 deletions
diff --git a/init.org b/init.org
index d32d1df..9741da7 100644
--- a/init.org
+++ b/init.org
@@ -18,7 +18,7 @@ With multiple files I spend too much time trying to find the best place for any
:header-args: :noweb-ref compile-init
:END:
-We take all code blocks in this file and assemble an =init.el= from it if the source file =init.org= is younger. At startup time we check if the =init.el= has to be regenerated.
+We take all code blocks in this file and assemble an =init.el= from it if the source file =init.org= is younger. At startup time we check if the =init.el= has to be regenerated. To get started you need to have an =init.el= with at least these contents.
#+BEGIN_SRC elisp
(let ((orgfile (expand-file-name (concat user-emacs-directory "init.org")))
@@ -290,7 +290,7 @@ Since Emacs 25 there is a new face for quoted expressions in Info manuals. By d
:header-args: :noweb-ref org-mode
:END:
-This is my org mode configuration. Document it.
+This is my org mode configuration. Much of it is in one big blob and I haven’t yet taken the time to document it.
#+BEGIN_SRC elisp
(require 'org-indent)
@@ -335,7 +335,6 @@ This is my org mode configuration. Document it.
(find-file (concat org-directory "/master.org")))
#+END_SRC
-
I don’t like the way org-mode looks by default. It’s noisy, too colourful and seems old-fashioned to the point of being somewhat unattractive. This is why I find it important to change some of the default faces.
Since I enable =variable-pitch-mode= in my org-mode buffers I also need to explicitly make a few faces inherit from the =fixed-width= face to be rendered with a monospaced font.