From ac218d95e0b9f5e7a516aff94bc47f56239eda85 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 1 Oct 2021 10:29:22 +0200 Subject: [PATCH] Emacs changes --- modules/base/emacs/base-init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/base/emacs/base-init.el b/modules/base/emacs/base-init.el index 21b41eb0..581045cb 100644 --- a/modules/base/emacs/base-init.el +++ b/modules/base/emacs/base-init.el @@ -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