summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/emacs/modules/bd--devel.el11
-rw-r--r--.config/guix/emacs-manifest.scm1
2 files changed, 0 insertions, 12 deletions
diff --git a/.config/emacs/modules/bd--devel.el b/.config/emacs/modules/bd--devel.el
index f395fad..bbbd5cc 100644
--- a/.config/emacs/modules/bd--devel.el
+++ b/.config/emacs/modules/bd--devel.el
@@ -38,17 +38,6 @@ to.")
1 font-lock-warning-face t)))))
-(use-package company
- :hook (prog-mode)
- :custom
- (company-set-idle-delay (lambda () (if (company-in-string-or-comment) nil 0.3)))
- (company-minimum-prefix-length 1)
- (company-tooltip-flip-when-above t)
- (company-show-numbers t)
- (company-tooltip-align-annotations t)
- (company-tooltip-limit 15)
- (company-selection-wrap-around t))
-
(use-package magit
:commands magit-status
:custom
diff --git a/.config/guix/emacs-manifest.scm b/.config/guix/emacs-manifest.scm
index 3932652..ff08f9e 100644
--- a/.config/guix/emacs-manifest.scm
+++ b/.config/guix/emacs-manifest.scm
@@ -7,7 +7,6 @@
'(
"emacs-all-the-icons"
"emacs-auctex"
- "emacs-company"
"emacs-ednc"
"emacs-emms"
"emacs-exwm"