Skip to content
Iacob edited this page Nov 8, 2010 · 1 revision

;; Choose a color theme.
(require ’color-theme)
(color-theme-parus)

;; Do not backup files.
(setq make-backup-files nil)

;; Set locale.
(set-language-environment ’Chinese-GB)
(set-language-environment ’UTF-8)

;; Main configuration.
(setq scroll-conservatively 1)

;; Mode configuration.
(setq perl-indent-level 3)

;; Set mark command to Control-Space.
(global-set-key (kbd “S-SPC”) ’set-mark-command)

Clone this wiki locally