mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-19 07:47:32 +02:00
12 lines
359 B
EmacsLisp
12 lines
359 B
EmacsLisp
;; 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)
|