random tweaks

This commit is contained in:
Ivan Malison 2016-06-16 17:33:50 -07:00
parent 67dcb0c2a5
commit 84e5234f44

View File

@ -2230,7 +2230,7 @@ I don't use iedit directly, but it is used by [[*emr][emr]] and I need to disabl
(use-package iedit
:demand
:preface
(defvar iedit-toggle-key-default nil))
(defvar-setq iedit-toggle-key-default nil))
#+END_SRC
*** tramp
#+BEGIN_SRC emacs-lisp