diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-16 11:51:22 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-16 11:51:22 +0100 |
commit | 0807741b0be575366c34abb065bad9751b6ea707 (patch) | |
tree | b3a55d1ad9980f40474f9488125fa62461d99fd4 | |
parent | 02e0b97ff316f6f57246c335c9bd51664139dd50 (diff) |
org-tempo: Use use-package.
-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. |