19 lines
493 B
Org Mode
19 lines
493 B
Org Mode
#+TITLE: Oreodave's emacs configuration
|
|
#+AUTHOR: Oreodave
|
|
#+DESCRIPTION: My Doom Emacs configuration!
|
|
|
|
* Preclude
|
|
This is my [[https://github.com/hlissner/doom-emacs][Doom Emacs]] configuration, which I try to use for as many things as
|
|
possibe. It is currently my main C# and Python editor but hopefully it will
|
|
become my C one soon!
|
|
|
|
* Global variables
|
|
#+BEGIN_SRC emacs-lisp
|
|
(setq doom-localleader-key ",")
|
|
#+END_SRC
|
|
|
|
* Theming
|
|
#+BEGIN_SRC emacs-lisp
|
|
(load-theme 'doom-molokai t)
|
|
#+END_SRC
|