richleland / emacs

fork of emacs

.emacs.d config files

Clone this repository (size: 245.8 KB): HTTPS / SSH
$ hg clone http://code.richleland.com/emacs

Changed (Δ60 bytes):

raw changeset »

init.el (3 lines added, 0 lines removed)

Up to file-list init.el:

1
1
;; Add plugins to load-path
2
2
(add-to-list 'load-path "~/.emacs.d/plugins")
3
3
4
;; enable line numbers for text-mode
5
(global-linum-mode t)
6
4
7
;; set up textmate-mode
5
8
(require 'textmate-mode)
6
9