Minor cleanup
This commit is contained in:
parent
03b1c505f2
commit
e12d5fbf51
2 changed files with 2 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue