chiark / gitweb /
chiarks, on mariner
[ian-dotfiles.git] / dot / emacs
1 ; Ian Jackson's Emacs startup file - runs ~ian/emacs/ian.el
2 ;
3 (custom-set-variables
4  ;; custom-set-variables was added by Custom.
5  ;; If you edit it by hand, you could mess it up, so be careful.
6  ;; Your init file should contain only one such instance.
7  ;; If there is more than one, they won't work right.
8  '(blink-cursor-mode nil)
9  '(font-use-system-font t)
10  '(send-mail-function (quote sendmail-send-it)))
11 (custom-set-faces
12  ;; custom-set-faces was added by Custom.
13  ;; If you edit it by hand, you could mess it up, so be careful.
14  ;; Your init file should contain only one such instance.
15  ;; If there is more than one, they won't work right.
16  )
17 (setq load-path (append '("~/emacs") load-path))
18 (load-library "ian")
19 (menu-bar-mode -1)
20 (put 'dired-find-alternate-file 'disabled nil)