Skip to content

Commit

Permalink
Allow minibuffer using funcs to be called while in the minibuffer its…
Browse files Browse the repository at this point in the history
…elf.
  • Loading branch information
bretthoerner committed Oct 21, 2011
1 parent 0d917e0 commit 64c188e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,9 @@ makes)."
;; kill out to clipboard
(setq x-select-enable-clipboard t)

;; useful for running commands that then output to the minibuffer itself
(setq enable-recursive-minibuffers t)

;; interact with system clipboard when using kill/yank on OS X
(when (eq system-type 'darwin)
(setq interprogram-cut-function
Expand Down

0 comments on commit 64c188e

Please sign in to comment.