Browse Source

Initial commit

master
wizard 5 years ago
commit
2327e10e93
Signed by: wizard <xyzzylink@airmail.cc> GPG Key ID: F5394FC61CA2C7D9
4 changed files with 1456 additions and 0 deletions
  1. +24
    -0
      README.org
  2. +1427
    -0
      config.org
  3. +4
    -0
      init.el
  4. +1
    -0
      themes/base16-wal-theme.el

+ 24
- 0
README.org View File

@@ -0,0 +1,24 @@
#+TITLE: wizard's .emacs.d
#+AUTHOR: wizard
#+DATE: 2019:04:21

* /It's super epic!/
Symlink this git repo to =~/.emacs.d= and away you go.

Maybe you'll find some neato stuff in my config to adapt to
yours. Most of my code is copypasted so hopefully it's still legible.
** Features
- A bunch of stuff that doesn't work, like all of the capture templates
- A better vim than vim
- As much as I could schlunk into a config as possible.
- I've never heard of minimalism in my life
- Unintuitive everything designed to be used by just me
- Stolen features from [[https://git.lain.church/foltik][Foltik]]
- Some hidden irc configuration that I can't show you but it's cool
** Dependencies
There are lots, but I can't remember all of them. I think the biggest
one is =clang= for =c-mode= and its children modes. Python needs to be
version 3 with =virtualenv= installed for the python stuffs.
** Disclaimer
The use of this config may result in death or death like symptoms. You
get what you pay for.

+ 1427
- 0
config.org
File diff suppressed because it is too large
View File


+ 4
- 0
init.el View File

@@ -0,0 +1,4 @@
(message "Initializing emacs...")
(package-initialize)
(org-babel-load-file
(expand-file-name "config.org" user-emacs-directory))

+ 1
- 0
themes/base16-wal-theme.el View File

@@ -0,0 +1 @@
/home/wizard/.cache/wal/colors.el

Loading…
Cancel
Save