Proportional window resizing and refactor of emacs block
This commit is contained in:
parent
b6ef31ad18
commit
99a4578a44
1 changed files with 8 additions and 9 deletions
|
|
@ -202,15 +202,6 @@
|
|||
:bind (("<C-wheel-up>" . ignore)
|
||||
("<C-wheel-down>" . ignore)
|
||||
("<pinch>" . ignore))
|
||||
:custom
|
||||
(cursor-type 'bar)
|
||||
(visible-bell t)
|
||||
(global-auto-revert-non-file-buffers t)
|
||||
(kill-do-not-save-duplicates t)
|
||||
(fast-but-imprecise-scrolling t)
|
||||
(scroll-conservatively 101)
|
||||
(scroll-margin 0)
|
||||
(scroll-preserve-screen-position t)
|
||||
:config
|
||||
(minibuffer-electric-default-mode)
|
||||
(repeat-mode)
|
||||
|
|
@ -232,10 +223,12 @@
|
|||
enable-recursive-minibuffers t
|
||||
fast-but-imprecise-scrolling t
|
||||
frame-title-format nil
|
||||
global-auto-revert-non-file-buffers t
|
||||
highlight-nonselected-windows nil
|
||||
history-delete-duplicates t
|
||||
isearch-allow-motion t
|
||||
isearch-lazy-count t
|
||||
kill-do-not-save-duplicates t
|
||||
lazy-count-prefix-format "(%s/%s) "
|
||||
lazy-count-suffix-format nil
|
||||
locale-coding-system 'utf-8
|
||||
|
|
@ -248,6 +241,9 @@
|
|||
save-interprogram-paste-before-kill t
|
||||
search-whitespace-regexp ".*?"
|
||||
sentence-end-double-space nil
|
||||
scroll-conservatively 101
|
||||
scroll-margin 0
|
||||
scroll-preserve-screen-position t
|
||||
tab-always-indent 'complete
|
||||
truncate-string-ellipsis "..."
|
||||
undo-limit 6710886400 ;; 64mb
|
||||
|
|
@ -256,9 +252,12 @@
|
|||
use-dialog-box nil
|
||||
user-full-name "Tobias Ostner"
|
||||
user-mail-address "tobias.ostner@gmail.com"
|
||||
visible-bell t
|
||||
window-combination-resize t
|
||||
bidi-inhibit-bpa t)
|
||||
|
||||
(setq-default
|
||||
cursor-type 'bar
|
||||
cursor-in-non-selected-windows nil
|
||||
indent-tabs-mode nil
|
||||
tab-width 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue