+Some descriptors for code snippets, literate conf

This commit is contained in:
oreodave
2019-07-24 12:47:00 +01:00
parent 539a993f68
commit 49e1a3ee1e

View File

@@ -20,11 +20,13 @@ overall coding in emacs.
#+BEGIN_SRC emacs-lisp
(setq doom-localleader-key ",")
#+END_SRC
'<SPC>m' is right next to ',', so may as well use one tap instead of two
* Theming
#+BEGIN_SRC emacs-lisp
(load-theme 'doom-molokai t)
#+END_SRC
I like monokai :)
* General keymap
#+BEGIN_SRC emacs-lisp