zshrc: Fixing a bug in urlencode()
[grml-etc-core.git] / etc / skel / .emacs
1 ;; Filename:      $HOME/.emacs
2 ;; Purpose:       configuration file for Emacs
3 ;; Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 ;; Bug-Reports:   see http://grml.org/bugs/
5 ;; License:       This file is licensed under the GPL v2.
6   ;; Latest change: Son Mai 13 00:13:58 CEST 2007 [mika]
7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
8
9 ;; Activate UTF-8 mode:
10   (setq locale-coding-system 'utf-8)
11   (set-terminal-coding-system 'utf-8)
12   (set-keyboard-coding-system 'utf-8)
13   (set-selection-coding-system 'utf-8)
14   (prefer-coding-system 'utf-8)
15
16 ;; END OF FILE ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;