doomemacs/init.el

102 lines
5.2 KiB
EmacsLisp
Raw Normal View History

2016-02-21 05:18:21 +08:00
;;; init.el
2014-07-15 14:21:56 +08:00
;;
2015-06-06 18:40:33 +08:00
;; Author: Henrik Lissner <henrik@lissner.net>
2016-03-30 12:51:12 +08:00
;; URL: https://github.com/hlissner/.emacs.d
2016-09-07 23:41:47 +08:00
;; Version: 1.2.6
2014-07-15 14:21:56 +08:00
;;
2016-05-21 10:37:30 +08:00
;; ================= =============== =============== ======== ========
;; \\ . . . . . . .\\ //. . . . . . .\\ //. . . . . . .\\ \\. . .\\// . . //
;; ||. . ._____. . .|| ||. . ._____. . .|| ||. . ._____. . .|| || . . .\/ . . .||
;; || . .|| ||. . || || . .|| ||. . || || . .|| ||. . || ||. . . . . . . ||
;; ||. . || || . .|| ||. . || || . .|| ||. . || || . .|| || . | . . . . .||
;; || . .|| ||. _-|| ||-_ .|| ||. . || || . .|| ||. _-|| ||-_.|\ . . . . ||
;; ||. . || ||-' || || `-|| || . .|| ||. . || ||-' || || `|\_ . .|. .||
;; || . _|| || || || || ||_ . || || . _|| || || || |\ `-_/| . ||
;; ||_-' || .|/ || || \|. || `-_|| ||_-' || .|/ || || | \ / |-_.||
;; || ||_-' || || `-_|| || || ||_-' || || | \ / | `||
;; || `' || || `' || || `' || || | \ / | ||
;; || .===' `===. .==='.`===. .===' /==. | \/ | ||
;; || .==' \_|-_ `===. .===' _|_ `===. .===' _-|/ `== \/ | ||
;; || .==' _-' `-_ `=' _-' `-_ `=' _-' `-_ /| \/ | ||
;; || .==' _-' '-__\._-' '-_./__-' `' |. /| | ||
;; ||.==' _-' `' | /==.||
;; ==' _-' \/ `==
;; \ _-' `-_ /
;; `'' ``'
2014-12-11 04:54:36 +08:00
;;
2016-05-21 10:37:30 +08:00
;; These demons are not part of GNU Emacs.
2014-12-06 06:28:03 +08:00
;;
2016-05-21 21:29:11 +08:00
;;; License: MIT
2014-08-30 10:37:25 +08:00
(defconst emacs-start-time (current-time))
(load (concat user-emacs-directory "core/core"))
(doom :theme 'doom-one
2016-08-29 05:13:00 +08:00
:font ("Fira Mono" 12)
2016-03-23 23:55:52 +08:00
;;; The heart of DOOM
2016-05-25 09:57:25 +08:00
core-popup ; taming sudden and inevitable windows
core-os ; os-specific config
core-scratch ; a perdier scratch buffer
core-ui ; draw me like one of your French editors
core-modeline ; a self-contained mode-line config for masochists
core-evil ; come to the dark side, we have cookies
core-editor ; filling the editor-shaped hole in the emacs OS
core-docs ; getting to the documentation
core-company ; auto-completion, for the lazy typist
core-yasnippet ; snippets, for the lazier typist
core-autoinsert ; file templates, for the laziest typist
core-flycheck ; get tazed for every semicolon you forget
core-project ; for project navigation aficionados
core-vcs ; remember remember, that commit in November
2016-06-05 10:47:20 +08:00
core-ivy ; a search engine for life and love
core-workgroups ; cure Emacs alzheimers + tab emulation
2016-07-20 03:01:38 +08:00
core-eval ; run code, run + REPL support
2016-05-20 21:23:46 +08:00
;;; Dev environments
module-cc ; C/C++/Obj-C madness
module-crystal ; ruby at the speed of c
module-csharp ; unity, .NET, and mono shenanigans
module-css ; #big-bang::before { content: ""; }
module-data ; config/data formats
module-elisp ; drowning in parentheses
2016-06-18 13:31:04 +08:00
module-eshell ; so I can have a sane shell, even in Windows
module-go ; the hipster dialect
module-haskell ; a language that's lazier than I am
module-java ; the poster child for carpal tunnel syndrome
module-js ; all(hope(abandon(ye(who(enter(here))))))
2016-09-05 18:24:16 +08:00
module-julia ; A better, faster MATLAB
module-latex ; for writing papers in Emacs
2016-09-05 18:24:16 +08:00
module-lua ; one-based indices? one-based indices
2016-08-29 05:13:19 +08:00
module-octave ; math isn't a choice. It's a way of life
module-php ; making php less painful to work with
2016-07-20 03:01:38 +08:00
module-processing ; for prototyping
module-python ; beautiful is better than ugly
2016-05-27 06:51:39 +08:00
module-rest ; Emacs as a service
module-ruby ; 1.step do {|i| p "Ruby is #{i&1==0?'love':'life'}"}
module-rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
module-scala ; Java, but good
module-sh ; she sells Z-shells by the C XOR
module-swift ; I wanted emoji variables. I got them
module-text ; writing docs for people to ignore
module-web ; The end is always near </html>
2016-07-20 03:01:38 +08:00
;;; Org
2016-06-07 08:03:11 +08:00
module-org ; for organized fearless leader
2016-08-29 05:13:38 +08:00
module-org-notes ; org-mode as a (modern?) note-taking platform
module-org-crm ; org-mode for business management
2015-11-17 15:11:48 +08:00
2016-06-08 15:10:27 +08:00
;;; Custom modules
2016-07-20 03:01:38 +08:00
custom-db ; emacs as a db browser/client
custom-debug ; nigh-universal debugging
2016-06-08 15:10:27 +08:00
custom-demo ; allow me to demonstrate...
2016-07-20 03:01:55 +08:00
custom-screeps ; The programmer MMO
2016-06-08 15:10:27 +08:00
custom-tags ; if you liked it you should've generated a tag for it
custom-tmux ; close the rift between GUI & terminal
custom-write ; Emacs as a word processor
;;; Personal
my-commands
my-bindings)
2015-04-23 08:48:28 +08:00