We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
;; 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)