Save the clipboard before killing
This commit is contained in:
parent
0f0bf89246
commit
a899d1f1ac
1 changed files with 5 additions and 4 deletions
|
|
@ -245,24 +245,25 @@
|
||||||
ns-use-proxy-icon nil
|
ns-use-proxy-icon nil
|
||||||
read-extended-command-predicate #'command-completion-default-include-p
|
read-extended-command-predicate #'command-completion-default-include-p
|
||||||
redisplay-skip-fontification-on-input t
|
redisplay-skip-fontification-on-input t
|
||||||
|
save-interprogram-paste-before-kill t
|
||||||
search-whitespace-regexp ".*?"
|
search-whitespace-regexp ".*?"
|
||||||
sentence-end-double-space nil
|
sentence-end-double-space nil
|
||||||
tab-always-indent 'complete
|
tab-always-indent 'complete
|
||||||
tab-width 4
|
|
||||||
truncate-string-ellipsis "..."
|
truncate-string-ellipsis "..."
|
||||||
undo-limit 6710886400 ;; 64mb
|
undo-limit 6710886400 ;; 64mb
|
||||||
undo-outer-limit 1006632960 ;; x 10 (960mb)
|
undo-outer-limit 1006632960 ;; x 10 (960mb)
|
||||||
undo-strong-limit 100663296 ;; x 1.5 (96mb)
|
undo-strong-limit 100663296 ;; x 1.5 (96mb)
|
||||||
use-dialog-box nil
|
use-dialog-box nil
|
||||||
user-full-name "Tobias Ostner"
|
user-full-name "Tobias Ostner"
|
||||||
user-mail-address "tobias.ostner@gmail.com")
|
user-mail-address "tobias.ostner@gmail.com"
|
||||||
|
bidi-inhibit-bpa t)
|
||||||
|
|
||||||
(setq-default
|
(setq-default
|
||||||
cursor-in-non-selected-windows nil
|
cursor-in-non-selected-windows nil
|
||||||
indent-tabs-mode nil
|
indent-tabs-mode nil
|
||||||
|
tab-width 4
|
||||||
bidi-display-reordering 'left-to-right
|
bidi-display-reordering 'left-to-right
|
||||||
bidi-paragraph-direction 'left-to-right
|
bidi-paragraph-direction 'left-to-right)
|
||||||
bidi-inhibit-bpa t)
|
|
||||||
|
|
||||||
(set-charset-priority 'unicode)
|
(set-charset-priority 'unicode)
|
||||||
(set-terminal-coding-system 'utf-8)
|
(set-terminal-coding-system 'utf-8)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue