From 6fedc1126a7bc02a18c7a071397517fb957d9bc3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 21 Feb 2017 10:31:49 +0100 Subject: Improve text a bit. --- init.org | 5 ++--- 1 file 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. -- cgit v1.2.3