From f00fc2352f8e75fd5a9bfaadff86b814d4c67a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Mon, 13 Dec 2010 10:55:08 +0100 Subject: [PATCH] added emacs startup file for configuring stuff specific to the openwrt package --- emacs/files/site-start.el | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 emacs/files/site-start.el diff --git a/emacs/files/site-start.el b/emacs/files/site-start.el new file mode 100644 index 0000000..decdd83 --- /dev/null +++ b/emacs/files/site-start.el @@ -0,0 +1,11 @@ +;; Emacs startup file for OpenWRT Emacs package +;; +;; Copyright (C) 2010 David Kuehling +;; + +;; 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)