summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-17 20:32:31 +0200
committerGravatar Tom Willemsen2012-10-17 20:32:31 +0200
commit5c4c72f56f3f7090a7a23eb6ee728373015918d5 (patch)
tree359af82a242608f1ed676397b2027583426b8b32 /.emacs.d
parent434357f917a7736a37eee4dd62b392621ea5c8a0 (diff)
downloaddotfiles-5c4c72f56f3f7090a7a23eb6ee728373015918d5.tar.gz
dotfiles-5c4c72f56f3f7090a7a23eb6ee728373015918d5.zip
.emacs.d/init.el
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
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)