Emacs changes

This commit is contained in:
Charlotte Van Petegem 2021-10-01 10:29:22 +02:00
parent 5172e15560
commit ac218d95e0
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -52,6 +52,8 @@
"wv" '(split-window-vertically :which-key "split vertical")
"ws" '(split-window-horizontally :which-key "split horizontal")
"wd" '(delete-window :which-key "delete")
"w-" '(text-scale-decrease :which-key "decrease font size")
"w+" '(text-scale-increase :which-key "increase font size")
"x" '(execute-extended-command :which-key "exec")
)
@ -86,6 +88,7 @@
:custom
(company-dabbrev-downcase nil "Don't downcase completions")
(company-dabbrev-ignore-case t "Change full casing of completion if completion has different case")
(company-minimum-prefix-length 2 "Start autocompletion after 2 characters")
)
;; Prescient in company