summaryrefslogtreecommitdiff
path: root/modules/selection-framework.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/selection-framework.el')
-rw-r--r--modules/selection-framework.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/selection-framework.el b/modules/selection-framework.el
index 6428a977..1ee83ca2 100644
--- a/modules/selection-framework.el
+++ b/modules/selection-framework.el
@@ -28,9 +28,9 @@
;; provide proper casing even if I don't.
(company-dabbrev-ignore-case t)
;; company completion wait
- (company-idle-delay 0.2)
+ ( company-idle-delay 0.7)
;; use vscode icons in the margin
- (setq company-format-margin-function #'company-vscode-light-icons-margin)
+ (company-format-margin-function #'company-vscode-light-icons-margin)
;; no company-mode in shell & eshell
(company-global-modes '(not eshell-mode shell-mode)))