Initial commit of several lisp.d files.
This commit is contained in:
parent
d6fd93de72
commit
03a8b2b51d
4 changed files with 20 additions and 0 deletions
3
lisp.d/elpa-config.el
Normal file
3
lisp.d/elpa-config.el
Normal 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
7
lisp.d/emacs-server.el
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
;________________________________________
|
||||||
|
;
|
||||||
|
;
|
||||||
|
|
||||||
|
(server-start)
|
||||||
|
|
||||||
|
;
|
7
lisp.d/ido-mode-config.el
Normal file
7
lisp.d/ido-mode-config.el
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
;________________________________________
|
||||||
|
;
|
||||||
|
;
|
||||||
|
|
||||||
|
(ido-mode)
|
||||||
|
|
||||||
|
;
|
3
lisp.d/magit-config.el
Normal file
3
lisp.d/magit-config.el
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
;DISABLED;(require 'magit)
|
||||||
|
(global-set-key "\C-xgs" 'magit-status)
|
Loading…
Reference in a new issue