summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-12-15 17:19:33 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-12-15 17:19:56 +0100
commit0691b44f87bde72511015b15c7f9ed78a428be99 (patch)
treee0c103b9d23d31e087788dec54f66b5bfe8814d1 /.emacs
parent7773ecf6ed9419be33d35e21ea98bf8b0aa6edc8 (diff)
downloaddotfiles-0691b44f87bde72511015b15c7f9ed78a428be99.tar.gz
dotfiles-0691b44f87bde72511015b15c7f9ed78a428be99.tar.bz2
dotfiles-0691b44f87bde72511015b15c7f9ed78a428be99.zip
Changes to .emacs
Diffstat (limited to '.emacs')
-rw-r--r--.emacs8
1 files changed, 8 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index fe6aae6..0aaa5c9 100644
--- a/.emacs
+++ b/.emacs
@@ -3,14 +3,22 @@
;; wrap long lines
(setq truncate-partial-width-windows nil)
+;; show parens
+(show-paren-mode 1)
+
;; line numbering
(global-linum-mode 1)
(setq linum-format "%4d ")
+;; theming
(require 'color-theme)
(color-theme-initialize)
(color-theme-charcoal-black)
+;; key bindings
+(add-hook 'proof-mode-hook
+ (lambda () (local-set-key (kbd "M-c") 'unicode-tokens-token-insert)))
+
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.