2015-06-06 06:38:16 -04:00
|
|
|
;;; NARF! Emacs for the jaded vimmer
|
2014-07-15 02:21:56 -04:00
|
|
|
;;
|
|
|
|
;; Author: Henrik Lissner <henrik@lissner>
|
|
|
|
;; URL: https://github.com/hlissner/emacs.d
|
|
|
|
;;
|
2015-06-06 06:38:16 -04:00
|
|
|
;;; Narf!
|
2014-12-10 15:54:36 -05:00
|
|
|
;;
|
2015-06-06 06:38:16 -04:00
|
|
|
;; ,,, !/:.
|
|
|
|
;; /::\". !!:::
|
|
|
|
;; :::::\". ," \:,::
|
|
|
|
;; ::::::\ ". ,","\::.
|
|
|
|
;; \:::::":\ "/""V' :'
|
|
|
|
;; !::::\ ! \ \ __
|
|
|
|
;; "::::\ \ ! \.&&&&,
|
|
|
|
;; ," __ ", CD,&&&&&&'
|
|
|
|
;; \ ". "" / \&&&" _,---
|
|
|
|
;; "",__\_ / _,:":::::
|
|
|
|
;; _," ,"" ,-,__,/":,_ ,",":::::::
|
|
|
|
;; _," ," `'' ::::,",__,,----,,__," /:::::::::
|
|
|
|
;; ," ,".__, \:::," " /:::":::::/
|
|
|
|
;; ," ,/"::::::\ >" (_-"/::::::
|
|
|
|
;; / ,"_!:::::::/, ," _,,--, /::::::/
|
|
|
|
;; / "" _,"\:::::::' ! ," ){:::::/
|
|
|
|
;; ! _," \ "", \,"""-,____,"__,,,"_," _/
|
|
|
|
;; ""T" \\ \ "-,_(*)&&&&(*)," \ ."
|
|
|
|
;; / \", ! , \ ! - )
|
|
|
|
;; ! \ "" ! !==!"-,__,'
|
|
|
|
;; ! \ """_""""`, ", /"_
|
|
|
|
;; \ , .L /" " ", \! ,_/
|
|
|
|
;; ), \ / \ \/ ,, /! !
|
|
|
|
;; ,::\ \," \ ! \/ ! !
|
|
|
|
;; _,::::" ) )\ ," ___ \ -,_, ,"",! !
|
|
|
|
;; __,,,::::"" ," ,":::,-:::--:" __\_!__/_""-,_!
|
|
|
|
;; ,,:::""""""" ,:_,""__...._"""::::"" /:::::" ""::::::
|
|
|
|
;; (:._ L::::::::::::\\/ "" ""
|
|
|
|
;; """"--,,,--- """"
|
2014-12-05 17:28:03 -05:00
|
|
|
;;
|
2014-07-17 02:59:23 -04:00
|
|
|
;;; Code:
|
2015-05-20 22:28:41 -04:00
|
|
|
(defconst DEBUG-MODE nil)
|
2014-07-17 02:59:23 -04:00
|
|
|
|
2015-06-06 06:38:16 -04:00
|
|
|
(defconst DEFAULT-FONT (font-spec :family "Terminus (TTF)" :size 12 :antialias nil))
|
|
|
|
(defconst DEFAULT-THEME 'narf-dark) ; for GUI client
|
|
|
|
(defconst TERM-THEME 'wombat) ; for <256 color terminals
|
2014-08-29 22:37:25 -04:00
|
|
|
|
2015-06-06 06:38:16 -04:00
|
|
|
(load (concat user-emacs-directory "core/startup.el"))
|
|
|
|
(narf/init
|
|
|
|
'(core ; yoink @ core.el
|
|
|
|
core-ui ; aesthetics
|
|
|
|
core-evil ; evil-mode and its plugins
|
|
|
|
core-editor ; completing the editor
|
|
|
|
core-company ; for the lazy typist
|
2014-07-15 02:21:56 -04:00
|
|
|
|
2015-06-06 06:38:16 -04:00
|
|
|
init-auto-insert ; see above
|
|
|
|
init-fly ; fly(check|spell)
|
|
|
|
init-vc ; version control gutter + git modes
|
|
|
|
init-ido ; a search engine for your car keys
|
|
|
|
init-helm ; a search engine for your life
|
|
|
|
init-project ; dired, neotree
|
2015-04-22 20:48:28 -04:00
|
|
|
|
2015-06-06 06:38:16 -04:00
|
|
|
init-cc ; C/C++/Obj-C madness
|
|
|
|
;; init-cscope
|
|
|
|
;; init-csharp ; unity, mono and xamarin
|
|
|
|
init-data ; DBs 'n data formats
|
|
|
|
;; init-eshell
|
|
|
|
;; init-go
|
|
|
|
init-java ; the poster child for carpal tunnel syndome
|
|
|
|
init-js ; alert("not java, javascript!")
|
|
|
|
init-lisp ; elisp, clisp and clojure
|
|
|
|
init-lua ; one-based indices? One-based indices.
|
|
|
|
init-org ; for fearless [organized] leader
|
|
|
|
init-php ; making php less painful to work with
|
|
|
|
init-python ; beautiful is better than ugly
|
|
|
|
init-regex ; /^[^\s](meaning)[^\n]*/
|
|
|
|
init-ruby ; <3
|
|
|
|
init-scss ; @include magic;
|
|
|
|
init-sh ; #!/bin/bash_your_head_in
|
2014-11-29 20:21:03 -05:00
|
|
|
|
2015-06-06 06:38:16 -04:00
|
|
|
;; init-sonicpi ;
|
|
|
|
;; init-swift ; yay, emoji variabless!
|
|
|
|
init-text ; I got nothing...
|
|
|
|
;; init-rust
|
|
|
|
;; init-r ; for science!
|
|
|
|
init-vim ; the confessional
|
|
|
|
init-web ; for the 2.0'er
|
|
|
|
init-workgroups ; session management I can understand
|
|
|
|
init-yasnippet ; type for me
|
2015-04-22 20:48:28 -04:00
|
|
|
|
2015-06-06 06:38:16 -04:00
|
|
|
narf-bindings
|
|
|
|
narf-commands
|
|
|
|
narf-settings
|
|
|
|
))
|
2014-09-20 16:54:04 -04:00
|
|
|
|
2014-12-05 17:28:03 -05:00
|
|
|
|
2015-06-06 06:38:16 -04:00
|
|
|
;;; Are you pondering what I'm pondering Pinky?
|