Initial commit
This commit is contained in:
commit
2327e10e93
24
README.org
Normal file
24
README.org
Normal 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
config.org
Normal file
1427
config.org
Normal file
File diff suppressed because it is too large
Load Diff
4
init.el
Normal file
4
init.el
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
(message "Initializing emacs...")
|
||||||
|
(package-initialize)
|
||||||
|
(org-babel-load-file
|
||||||
|
(expand-file-name "config.org" user-emacs-directory))
|
1
themes/base16-wal-theme.el
Symbolic link
1
themes/base16-wal-theme.el
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/wizard/.cache/wal/colors.el
|
Loading…
Reference in New Issue
Block a user