Minor cleanup

This commit is contained in:
Bozhidar Batsov 2013-07-08 12:49:35 +03:00
parent 03b1c505f2
commit e12d5fbf51
2 changed files with 2 additions and 16 deletions

View file

@ -321,13 +321,6 @@ the current buffer."
(interactive)
(insert (format-time-string "%c" (current-time))))
;; (defun prelude-conditionally-enable-paredit-mode ()
;; "Enable `paredit-mode' in the minibuffer, during `eval-expression'."
;; (if (eq this-command 'eval-expression)
;; (paredit-mode 1)))
;; (add-hook 'minibuffer-setup-hook 'prelude-conditionally-enable-paredit-mode)
(defun prelude-recentf-ido-find-file ()
"Find a recent file using ido."
(interactive)