1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 02:52:01 +03:00

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

This commit is contained in:
David Kühling 2010-12-13 10:55:08 +01:00
parent 397ad4ec0f
commit f00fc2352f

11
emacs/files/site-start.el Normal file
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)