added emacs startup file for configuring stuff specific to the openwrt package

This commit is contained in:
David Kühling
2010-12-14 09:07:41 +01:00
parent 397ad4ec0f
commit f00fc2352f
+11
View File
@@ -0,0 +1,11 @@
;; Emacs startup file for OpenWRT Emacs package
;;
;; Copyright (C) 2010 David Kuehling <dvdkhlng TA gmx TOD de>
;;
;; load documentation for internal functions. This is skipped by loadup.el
;; when not dumping so we do it here.
(Snarf-documentation "DOC")
;; Allow us to output internatinal characters to the terminal
(set-terminal-coding-system 'utf-8)