[Emacs] Save interprogram paste

Set `save-interprogram-paste-before-kill` to t.
This commit is contained in:
Ivan Malison 2016-11-08 13:47:13 -08:00
parent 575226c39d
commit 2a551ef701
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1074,6 +1074,10 @@ I keep it around just in case I need it.
(setq require-final-newline t)
#+END_SRC
[[(ad-redefinition-action)][This]] is set because [[(y-or-n-p-only)][this alias]] causes annoying messaging at startup.
** System Clipboard
#+BEGIN_SRC emacs-lisp
(setq save-interprogram-paste-before-kill t)
#+END_SRC
** Line Numbers
#+BEGIN_SRC emacs-lisp
(line-number-mode t)