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)
|
:bind (("<C-wheel-up>" . ignore)
|
||||||
("<C-wheel-down>" . ignore)
|
("<C-wheel-down>" . ignore)
|
||||||
("<pinch>" . 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
|
:config
|
||||||
(minibuffer-electric-default-mode)
|
(minibuffer-electric-default-mode)
|
||||||
(repeat-mode)
|
(repeat-mode)
|
||||||
|
|
@ -232,10 +223,12 @@
|
||||||
enable-recursive-minibuffers t
|
enable-recursive-minibuffers t
|
||||||
fast-but-imprecise-scrolling t
|
fast-but-imprecise-scrolling t
|
||||||
frame-title-format nil
|
frame-title-format nil
|
||||||
|
global-auto-revert-non-file-buffers t
|
||||||
highlight-nonselected-windows nil
|
highlight-nonselected-windows nil
|
||||||
history-delete-duplicates t
|
history-delete-duplicates t
|
||||||
isearch-allow-motion t
|
isearch-allow-motion t
|
||||||
isearch-lazy-count t
|
isearch-lazy-count t
|
||||||
|
kill-do-not-save-duplicates t
|
||||||
lazy-count-prefix-format "(%s/%s) "
|
lazy-count-prefix-format "(%s/%s) "
|
||||||
lazy-count-suffix-format nil
|
lazy-count-suffix-format nil
|
||||||
locale-coding-system 'utf-8
|
locale-coding-system 'utf-8
|
||||||
|
|
@ -248,6 +241,9 @@
|
||||||
save-interprogram-paste-before-kill t
|
save-interprogram-paste-before-kill t
|
||||||
search-whitespace-regexp ".*?"
|
search-whitespace-regexp ".*?"
|
||||||
sentence-end-double-space nil
|
sentence-end-double-space nil
|
||||||
|
scroll-conservatively 101
|
||||||
|
scroll-margin 0
|
||||||
|
scroll-preserve-screen-position t
|
||||||
tab-always-indent 'complete
|
tab-always-indent 'complete
|
||||||
truncate-string-ellipsis "..."
|
truncate-string-ellipsis "..."
|
||||||
undo-limit 6710886400 ;; 64mb
|
undo-limit 6710886400 ;; 64mb
|
||||||
|
|
@ -256,9 +252,12 @@
|
||||||
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"
|
||||||
|
visible-bell t
|
||||||
|
window-combination-resize t
|
||||||
bidi-inhibit-bpa t)
|
bidi-inhibit-bpa t)
|
||||||
|
|
||||||
(setq-default
|
(setq-default
|
||||||
|
cursor-type 'bar
|
||||||
cursor-in-non-selected-windows nil
|
cursor-in-non-selected-windows nil
|
||||||
indent-tabs-mode nil
|
indent-tabs-mode nil
|
||||||
tab-width 4
|
tab-width 4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue