equal
deleted
inserted
replaced
1 ;; ~/.emacs.d/init.el (~/.emacs) |
1 ;; ~/.emacs.d/init.el (~/.emacs) |
2 ;; Luke Hoersten <[email protected]> |
2 ;; Luke Hoersten <[email protected]> |
3 |
3 |
4 ;;;; General ;;;; |
4 ;;;; General ;;;; |
5 (add-to-list 'load-path "~/.emacs.d") ; set default emacs load path |
5 (add-to-list 'load-path "~/.emacs.d/lisp") ; set default emacs load path |
6 |
6 |
7 (setq-default |
7 (setq-default |
8 ediff-split-window-function |
8 ediff-split-window-function |
9 'split-window-horizontally ; diff horizontally |
9 'split-window-horizontally ; diff horizontally |
10 inhibit-splash-screen t ; disable splash screen |
10 inhibit-splash-screen t ; disable splash screen |