diff --git a/flakes/emacs/config/init.el b/flakes/emacs/config/init.el index c5bbac2..09263a2 100644 --- a/flakes/emacs/config/init.el +++ b/flakes/emacs/config/init.el @@ -202,15 +202,6 @@ :bind (("" . ignore) ("" . ignore) ("" . 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