v0.3 bump

This commit is contained in:
Henrik Lissner 2015-10-09 18:01:39 -04:00
parent bf49b4e16f
commit ded8cf9a55

View File

@ -2,7 +2,7 @@
;; ;;
;; Author: Henrik Lissner <henrik@lissner.net> ;; Author: Henrik Lissner <henrik@lissner.net>
;; URL: https://github.com/hlissner/emacs.d ;; URL: https://github.com/hlissner/emacs.d
;; Version: 0.2.0 ;; Version: 0.3.0
;; ;;
;;; Are you pondering what I'm pondering, Pinky? ;;; Are you pondering what I'm pondering, Pinky?
;; ;;
@ -50,9 +50,8 @@
(defconst narf-default-font (font-spec :family "terminus (ttf)" :size 12 :antialias nil)) (defconst narf-default-font (font-spec :family "terminus (ttf)" :size 12 :antialias nil))
(defconst narf-big-font (font-spec :family "Ubuntu Mono" :size 18 :antialias t)) (defconst narf-big-font (font-spec :family "Ubuntu Mono" :size 18 :antialias t))
(load (concat user-emacs-directory "init-load-path.el")) (load (concat user-emacs-directory "init-load-path.el"))
(load-theme (if window-system 'narf-dark 'brin) t) (load-theme (if window-system 'narf-dark 'wombat) t)
(set-frame-parameter nil 'fullscreen 'fullboth) (set-frame-parameter nil 'fullscreen 'fullboth)
(mapc 'require (mapc 'require
`(core ; core/core.el `(core ; core/core.el
@ -90,8 +89,7 @@
module-python ; beautiful is better than ugly module-python ; beautiful is better than ugly
module-regex ; /^[^\s](meaning)[^\n]*/ module-regex ; /^[^\s](meaning)[^\n]*/
module-ruby ; <3 module-ruby ; <3
module-rust module-rust ; Fe2O3
module-sass ; @include magic;
module-sh ; she sells Z-shells by the C shore module-sh ; she sells Z-shells by the C shore
module-swift ; yay, emoji variables! module-swift ; yay, emoji variables!
module-vim ; the confessional module-vim ; the confessional