diff --git a/config.org b/config.org index 1079985..8ae8496 100644 --- a/config.org +++ b/config.org @@ -1041,8 +1041,7 @@ This is mostly config settings that don't belong to any particular package and a It wouldn't be Emacs if there wasn't an endless list of config variables to change every aspect of its function! #+begin_src emacs-lisp -(setq-default tab-width 2 ; 2 width tabs - delete-by-moving-to-trash t ; Delete files to trash +(setq-default delete-by-moving-to-trash t ; Delete files to trash window-combination-resize t ; Resize windows more evenly )