summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.org b/init.org
index ccfcf4e..a207f42 100644
--- a/init.org
+++ b/init.org
@@ -362,6 +362,12 @@ This is my org mode configuration. Much of it is in one big blob and I haven’
(find-file (concat org-directory "/master.org")))
#+END_SRC
+I can never remember the syntax for babel blocks. With =org-tempo= I can type =<s= and hit =tab= to expand it to a source block.
+
+#+begin_src elisp
+(require 'org-tempo)
+#+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.