commit 5c55f69d88ad8fa4592bd5448d7a58e17c5e23f3 from: Omar Polo date: Tue Mar 07 14:17:43 2023 UTC move tab-always-indent closer to other minibuffer stuff commit - 7ef64497c8ff2ceade5212ed84b9855fb8dc10f7 commit + 5c55f69d88ad8fa4592bd5448d7a58e17c5e23f3 blob - b38d29fc8918e7c20ce81f71cd2ec26173fd0d9d blob + c2319d35c8f77117b0688746da1414d95f16d98f --- emacs/init.el +++ emacs/init.el @@ -50,7 +50,8 @@ (define-key minibuffer-mode-map (kbd "C-w") #'backward-kill-word) ;; niceties for the standard completion -(setq completion-ignore-case t +(setq tab-always-indent 'complete + completion-ignore-case t read-file-name-completion-ignore-case t read-buffer-completion-ignore-case t completion-auto-help 'always @@ -92,7 +93,6 @@ (require 'whitespace) (setq whitespace-style '(face trailing) backward-delete-char-untabify-method 'hungry - tab-always-indent 'complete tab-width 8 sentence-end-double-space t) (setq-default indent-tabs-mode t)