2016-02-20 16:18:21 -05:00
|
|
|
;;; init.el
|
2014-07-15 02:21:56 -04:00
|
|
|
;;
|
2015-06-06 06:40:33 -04:00
|
|
|
;; Author: Henrik Lissner <henrik@lissner.net>
|
|
|
|
;; URL: https://github.com/hlissner/emacs.d
|
2016-02-26 17:59:56 -05:00
|
|
|
;; Version: 0.9.2
|
2014-07-15 02:21:56 -04:00
|
|
|
;;
|
2015-06-14 17:16:02 +02:00
|
|
|
;;; Are you pondering what I'm pondering, Pinky?
|
2014-12-10 15:54:36 -05:00
|
|
|
;;
|
2015-06-06 06:38:16 -04:00
|
|
|
;; ,,, !/:.
|
|
|
|
;; /::\". !!:::
|
|
|
|
;; :::::\". ," \:,::
|
|
|
|
;; ::::::\ ". ,","\::.
|
2015-06-06 06:40:33 -04:00
|
|
|
;; \:::::":\ "/""v' :'
|
2015-06-06 06:38:16 -04:00
|
|
|
;; !::::\ ! \ \ __
|
|
|
|
;; "::::\ \ ! \.&&&&,
|
2015-06-06 06:40:33 -04:00
|
|
|
;; ," __ ", cd,&&&&&&'
|
2015-06-06 06:38:16 -04:00
|
|
|
;; \ ". "" / \&&&" _,---
|
|
|
|
;; "",__\_ / _,:":::::
|
|
|
|
;; _," ,"" ,-,__,/":,_ ,",":::::::
|
|
|
|
;; _," ," `'' ::::,",__,,----,,__," /:::::::::
|
|
|
|
;; ," ,".__, \:::," " /:::":::::/
|
|
|
|
;; ," ,/"::::::\ >" (_-"/::::::
|
|
|
|
;; / ,"_!:::::::/, ," _,,--, /::::::/
|
|
|
|
;; / "" _,"\:::::::' ! ," ){:::::/
|
|
|
|
;; ! _," \ "", \,"""-,____,"__,,,"_," _/
|
2015-06-06 06:40:33 -04:00
|
|
|
;; ""t" \\ \ "-,_(*)&&&&(*)," \ ."
|
2015-06-06 06:38:16 -04:00
|
|
|
;; / \", ! , \ ! - )
|
|
|
|
;; ! \ "" ! !==!"-,__,'
|
|
|
|
;; ! \ """_""""`, ", /"_
|
2015-06-06 06:40:33 -04:00
|
|
|
;; \ , .l /" " ", \! ,_/
|
2015-06-06 06:38:16 -04:00
|
|
|
;; ), \ / \ \/ ,, /! !
|
|
|
|
;; ,::\ \," \ ! \/ ! !
|
|
|
|
;; _,::::" ) )\ ," ___ \ -,_, ,"",! !
|
|
|
|
;; __,,,::::"" ," ,":::,-:::--:" __\_!__/_""-,_!
|
|
|
|
;; ,,:::""""""" ,:_,""__...._"""::::"" /:::::" ""::::::
|
2015-06-06 06:40:33 -04:00
|
|
|
;; (:._ l::::::::::::\\/ "" ""
|
2015-06-06 06:38:16 -04:00
|
|
|
;; """"--,,,--- """"
|
2014-12-05 17:28:03 -05:00
|
|
|
;;
|
2015-06-06 06:40:33 -04:00
|
|
|
;; These mice are not part of GNU Emacs.
|
|
|
|
;;
|
|
|
|
;;; License: GPLv3
|
2014-08-29 22:37:25 -04:00
|
|
|
|
2016-01-29 02:04:27 -05:00
|
|
|
(load (concat user-emacs-directory "bootstrap.el"))
|
|
|
|
;;
|
|
|
|
|
2016-03-23 11:55:52 -04:00
|
|
|
(defvar narf-default-theme 'narf-dark)
|
|
|
|
(defvar narf-default-font (font-spec :family "Hack" :size 12))
|
|
|
|
|
2016-01-29 02:04:27 -05:00
|
|
|
(narf '(core ; core/core.el
|
2015-11-17 02:11:48 -05:00
|
|
|
|
2016-01-29 02:04:27 -05:00
|
|
|
;; The heart of NARF
|
2016-02-26 17:59:27 -05:00
|
|
|
core-popup ; taming sudden and inevitable windows
|
2016-01-29 02:04:27 -05:00
|
|
|
core-ui ; draw me like one of your French editors
|
|
|
|
core-evil ; come to the dark side, we have cookies
|
|
|
|
core-editor ; filling the editor-shaped hole in the emacs OS
|
|
|
|
core-completion ; for the lazy typist
|
|
|
|
core-yasnippet ; for the lazier typist
|
|
|
|
core-file-templates ; for the laziest typist
|
|
|
|
core-flycheck ; code police; tazing you for every semicolon you forget
|
|
|
|
core-project ; whose project am I in?
|
|
|
|
core-vcs ; remember remember, that commit in November
|
|
|
|
core-helm ; a search engine for life and love
|
|
|
|
core-eval ; run code, run.
|
|
|
|
core-sessions ; cure Emacs alzheimers + tab emulation
|
2014-11-29 20:21:03 -05:00
|
|
|
|
2016-01-29 02:04:27 -05:00
|
|
|
;; Environments
|
2016-01-29 07:10:07 -05:00
|
|
|
module-apple ; Applescript, Swift, Launchbar, iOS, wallet syphons, etc.
|
2016-01-29 02:04:27 -05:00
|
|
|
module-cc ; c/c++/obj-c madness
|
|
|
|
module-csharp ; unity, .NET, and mono shenanigans
|
|
|
|
module-go ; the hipster dialect
|
|
|
|
module-java ; the poster child for carpal tunnel syndome
|
|
|
|
module-js ; all(hope(abandon(ye(who(enter(here))))))
|
|
|
|
module-lisp ; drowning in parentheses
|
|
|
|
module-lua ; one-based indices? one-based indices.
|
|
|
|
module-php ; making php less painful to work with
|
|
|
|
module-python ; beautiful is better than ugly
|
|
|
|
module-ruby ; <3
|
2016-01-29 07:10:07 -05:00
|
|
|
module-rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
2016-01-29 02:04:27 -05:00
|
|
|
module-sh ; she sells Z-shells by the C XOR
|
2016-01-30 02:36:08 -05:00
|
|
|
module-text ; writing docs for people to ignore
|
2016-01-29 02:04:27 -05:00
|
|
|
module-web ; for the 2.0'er
|
2015-04-22 20:48:28 -04:00
|
|
|
|
2016-01-29 02:04:27 -05:00
|
|
|
;; Experimental
|
|
|
|
;;module-crystal ; ruby at the speed of c
|
|
|
|
;;module-eshell ; for inferior OSes *cough*windows
|
|
|
|
;;module-nim ; look out Abraham
|
|
|
|
;;module-pony ; Dear Princess Compiler
|
2015-06-15 09:06:10 +02:00
|
|
|
|
2016-03-01 01:59:36 -05:00
|
|
|
;; Organizational/Notes
|
|
|
|
module-org ; for organized fearless leader
|
|
|
|
module-org-crm ; org-mode, for keeping tabs on my victims
|
|
|
|
module-org-notebook ; making org-mode into a modern note-taking solution
|
|
|
|
|
2016-01-29 02:04:27 -05:00
|
|
|
;; Extra Tools
|
2016-03-09 21:40:51 -05:00
|
|
|
module-tmux ; closing the rift between GUI & terminal
|
2016-01-30 21:16:10 -05:00
|
|
|
module-demo ; allow me to demonstrate...
|
2016-03-01 01:59:36 -05:00
|
|
|
module-ansible ;
|
2016-03-09 21:40:51 -05:00
|
|
|
module-write ; for write papers and fiction in Emacs
|
2015-12-23 03:51:15 -05:00
|
|
|
|
2016-01-29 02:04:27 -05:00
|
|
|
;; Key bindings & ex commands
|
|
|
|
my-bindings
|
|
|
|
my-commands
|
|
|
|
))
|
2015-09-30 13:47:57 -04:00
|
|
|
|
2015-06-06 06:40:33 -04:00
|
|
|
;;; I think so Brain...
|