Commit c0c77a3f2697
Changed files (2)
.emacs.d
.emacs.d/lisp/setup-package.el
@@ -5,7 +5,6 @@
;; add melpa and melpa-stable to package repos
(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/"))
-;; (add-to-list 'package-archives '("melpa-stable" . "http://melpa-stable.milkbox.net/packages/"))
;; If gpg cannot be found, signature checking will fail, so we
;; conditionnally enable it according wether gpg is availabel.
.emacs.d/emacs.org
@@ -2,6 +2,13 @@
#+AUTHOR: Vincent Demeester
#+EMAIL: vincent [at] demeester [dot] fr
+#+begin-src
+ .-----.--------.---.-.----.-----.______.----.-----.-----.' _|__|.-----.
+ | -__| | _ | __|__ --|______| __| _ | | _| || _ |
+ |_____|__|__|__|___._|____|_____| |____|_____|__|__|__| |__||___ |
+ |_____|
+#+end_src
+
This is my first attempt to create a readable, maintainable and self documented
emacs configuration. I'm hopeful that using Org-Babel and a literate
programming style will help.