summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-company.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/custom/fcuny-company.el')
-rw-r--r--emacs.d/custom/fcuny-company.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/emacs.d/custom/fcuny-company.el b/emacs.d/custom/fcuny-company.el
deleted file mode 100644
index fab7c99..0000000
--- a/emacs.d/custom/fcuny-company.el
+++ /dev/null
@@ -1,11 +0,0 @@
-(use-package company
-  :ensure t
-  :diminish company-mode
-
-  :custom
-  (company-minimum-prefix-length 2)
-  (company-tooltip-align-annotations t)
-  (company-tooltip-limit 12)
-  (company-idle-delay 1))
-
-(provide 'fcuny-company)