diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 14:59:45 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 15:05:15 +0100 |
commit | c2473e27e759fd4b33c1d92df6dc697d353af351 (patch) | |
tree | d3f9bea644f6f2840519a1d31931899cc8cb9efc | |
parent | f8e1b7d573ec350937a3c292433c7aaf62d6aa36 (diff) |
Enable org-tempo.
-rw-r--r-- | init.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |