浏览代码

Initial commit

master
wizard 5 年前
当前提交
2327e10e93
签署人:: wizard <xyzzylink@airmail.cc> GPG 密钥 ID: F5394FC61CA2C7D9
共有 4 个文件被更改,包括 1456 次插入0 次删除
  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 查看文件

@@ -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
文件差异内容过多而无法显示
查看文件


+ 4
- 0
init.el 查看文件

@@ -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 查看文件

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

正在加载...
取消
保存