diff options
-rw-r--r-- | init.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -365,7 +365,8 @@ This is my org mode configuration. Much of it is in one big blob and I haven’ 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) +(use-package org-tempo + :after 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. |