Initial commit of several lisp.d files.

This commit is contained in:
mANIApHOBIC 2014-10-14 18:49:05 -07:00
parent d6fd93de72
commit 03a8b2b51d
4 changed files with 20 additions and 0 deletions

3
lisp.d/elpa-config.el Normal file
View file

@ -0,0 +1,3 @@
(require 'package)
(add-to-list 'package-archives
'("melpa" . "http://melpa.milkbox.net/packages/") t)

7
lisp.d/emacs-server.el Normal file
View file

@ -0,0 +1,7 @@
;________________________________________
;
;
(server-start)
;

View file

@ -0,0 +1,7 @@
;________________________________________
;
;
(ido-mode)
;

3
lisp.d/magit-config.el Normal file
View file

@ -0,0 +1,3 @@
;DISABLED;(require 'magit)
(global-set-key "\C-xgs" 'magit-status)