From 5c4c72f56f3f7090a7a23eb6ee728373015918d5 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 17 Oct 2012 20:32:31 +0200 Subject: .emacs.d/init.el --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 582e8e2..c2b91c4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -25,6 +25,8 @@ (require 'mode-icons) (require 'oni) +(defalias 'dabbrev-expand 'hippie-expand) + (autoload 'define-slime-contrib "slime") (autoload 'gtags-mode "gtags" nil t) (autoload 'identica-mode "identica-mode" nil t) @@ -455,6 +457,7 @@ (ido-ubiquitous-mode) (savehist-mode) (show-paren-mode) +(display-battery-mode) (smex-initialize) (help-at-pt-set-timer) -- cgit v1.2.3-54-g00ecf