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 (Δ567 bytes):

raw changeset »

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

Up to file-list init.el:

73
73
(setq column-number-mode t)
74
74
75
75
(require 'mercurial)
76
(custom-set-variables
77
  ;; custom-set-variables was added by Custom.
78
  ;; If you edit it by hand, you could mess it up, so be careful.
79
  ;; Your init file should contain only one such instance.
80
  ;; If there is more than one, they won't work right.
81
 '(nav-quickdir-list (quote ("~/.emacs.d" "~/PROJECTS" "~/OPENSOURCE"))))
82
(custom-set-faces
83
  ;; custom-set-faces was added by Custom.
84
  ;; If you edit it by hand, you could mess it up, so be careful.
85
  ;; Your init file should contain only one such instance.
86
  ;; If there is more than one, they won't work right.
87
 )