commit 5dc866eed67306c4dd522c169a62769d51644e2f from: Lukas Henkel date: Thu Mar 31 20:28:34 2022 UTC Emacs 29 wants to do this commit - 5d1feb5abdddc6ffc99acf07f04f39bffef5efbc commit + 5dc866eed67306c4dd522c169a62769d51644e2f blob - 984c04dc7ed616d57e0ee5c646262cebcd5274cf blob + 65cce00b919282f488e39d2ab2f0e6ce64b57289 --- init.el +++ init.el @@ -166,6 +166,7 @@ '(bookmark-completion-ignore-case nil) '(column-number-mode t) '(company-idle-delay 0) + '(completion-ignore-case t t) '(completion-styles '(basic substring initials flex)) '(corfu-auto t) '(corfu-auto-delay 0.0) @@ -181,7 +182,12 @@ '(kept-new-versions 10) '(kept-old-versions 5) '(mouse-wheel-progressive-speed nil) - '(org-babel-load-languages '((awk . t) (lisp . t) (shell . t) (emacs-lisp . t) (http . t))) + '(org-babel-load-languages + '((awk . t) + (lisp . t) + (shell . t) + (emacs-lisp . t) + (http . t))) '(org-log-done 'time) '(org-log-done-with-time t) '(org-src-window-setup 'other-window)