src.nth.io/

summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2009-02-27 17:30:58 -0600
committerLuke Hoersten <[email protected]>2009-02-27 17:30:58 -0600
commitaf7eb19c9dd7259963f3ea3159778a8ff16b0823 (patch)
tree1f550af1f2c97836d45dab7ce6c749dc5370080d /emacs.el
parentf9311a173ce168019a07ed6420c812a83e2ae669 (diff)
Added electric braces and minor tweaks.
Diffstat (limited to 'emacs.el')
-rw-r--r--emacs.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs.el b/emacs.el
index 22af730..1b2a2bd 100644
--- a/emacs.el
+++ b/emacs.el
@@ -15,6 +15,7 @@
(column-number-mode t) ; show column numbers
(delete-selection-mode t) ; replace highlighted text
(windmove-default-keybindings) ; move between windows with shift-arrow
+(setq-default indent-tabs-mode nil) ; mouse hover variables
(ido-mode t) ; file/buffer selector
(setq-default ido-enable-flex-matching t) ; fuzzy matching is a must have
@@ -23,7 +24,6 @@
;; coding
(which-func-mode t) ; show current function
(show-paren-mode t) ; show matching paren
-(setq-default show-paren-style 'mixed)
(transient-mark-mode t) ; show highlighting
(global-font-lock-mode t) ; syntax highlighting
(global-whitespace-mode t) ; show whitespace
@@ -83,6 +83,7 @@
(scroll-bar-mode nil) ; remove scroll bar
(custom-set-faces '(default ((t (:background "#000000" :foreground "#ffffff" :height 101 :family "DejaVu Sans Mono")))))
(setq default-frame-alist '((width . 100) (height . 50) (menu-bar-lines . 1)))
+ (visual-line-mode t) ; word wrap break on whitespace
;; twilight theme
(require 'color-theme)