summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-10-06 16:51:39 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-05-26 08:39:39 +0900
commitb2852f41b11218fa6104dc43e242409b8e9876f7 (patch)
treea736f30a1a900bed9b1d2749ac43950597b82807
parenta337b86c33ba538f666e0673622ba891b7b67050 (diff)
downloaddotfiles-b2852f41b11218fa6104dc43e242409b8e9876f7.tar.gz
disable jabber, eimp on Windows
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 6a0b856c..da005fe9 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -863,6 +863,7 @@
;;; allow Emacs to resize images: keybinding S f
(use-package eimp
+ :disabled t
:ensure
:init (add-hook 'image-mode-hook 'eimp-mode))