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

raw changeset »

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

Up to file-list init.el:

1
(add-to-list 'load-path "~/.emacs.d/plugins")
2
1
3
;; set more reasonable window size
2
4
(defun set-frame-size-according-to-resolution ()
3
5
  (interactive)