random tweaks

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

View File

@ -1335,7 +1335,7 @@ Sets environment variables by starting a shell
;; within the appropriate time period, and there is now no point in
;; attempting it.
'
'
;; CANCELED - For whatever reason, this TODO should no longer be
;; attempted. This TODO is typically used in contrast to the
;; EXPIRED TODO to indicate that the owner is not necessarily to
@ -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