Skip to content

Commit

Permalink
Really, really don't write over prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaspers committed Jul 25, 2016
1 parent 8c44603 commit 58b41d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customizations/shell_custom.el
Expand Up @@ -11,7 +11,7 @@
(exec-path-from-shell-initialize))

; can't write over prompt, that would be weird
(setq comint-prompt-read-only)
(setq comint-prompt-read-only t)

; colorful shell
(require 'ansi-color)
Expand Down

0 comments on commit 58b41d1

Please sign in to comment.