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)