I showed you my source code, pls respond
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#+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
+ Disable the [[file:~/.emacs.d/modules/email.org][Email]] module on ~native-comp~ + Silce warnings on ~native-comp~
#+begin_src emacs-lisp (delete 'email dotfiles/modules)
(setq comp-async-report-warnings-errors nil) #+end_src
* Resources
[fn:1] WSL/WSL2 [fn:2] Ubuntu 20.04
|