summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.org b/init.org
index 2efc654..f0e5f1c 100644
--- a/init.org
+++ b/init.org
@@ -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.