mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 18:18:26 +02:00
added emacs startup file for configuring stuff specific to the openwrt package
This commit is contained in:
parent
397ad4ec0f
commit
f00fc2352f
11
emacs/files/site-start.el
Normal file
11
emacs/files/site-start.el
Normal 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)
|
Loading…
Reference in New Issue
Block a user