|
|
@ -0,0 +1,27 @@ |
|
|
|
#+TITLE: GamingPC |
|
|
|
#+AUTHOR: Christopher James Hayward |
|
|
|
#+EMAIL: chris@chrishayward.xyz |
|
|
|
|
|
|
|
#+PROPERTY: header-args:emacs-lisp :tangle gamingpc.el :comments org |
|
|
|
#+PROPERTY: header-args :results silent :eval no-export :comments org |
|
|
|
|
|
|
|
#+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil |
|
|
|
#+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil |
|
|
|
|
|
|
|
*WSL*[fn:1] *Ubuntu*[fn:2] |
|
|
|
|
|
|
|
* Options |
|
|
|
|
|
|
|
+ Load the ~wombat~ theme |
|
|
|
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
(load-theme 'wombat t t) |
|
|
|
#+end_src |
|
|
|
|
|
|
|
#+RESULTS: |
|
|
|
: t |
|
|
|
|
|
|
|
* Resources |
|
|
|
|
|
|
|
[fn:1] WSL/WSL2 |
|
|
|
[fn:2] Ubuntu 20.04 |