From 4d72527ee9f7ba3a5b9ee5b978987e13189a4b8f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 5 Jul 2017 13:35:07 +0200 Subject: Emacs: Remove company-nixos-options It keeps breaking completion, which is annoying. --- emacs/.emacs.d/init.org | 7 ------- 1 file changed, 7 deletions(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index db0469f..0441db4 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -1141,13 +1141,6 @@ seems to work perfectly well for me. :after company) #+END_SRC -#+BEGIN_SRC emacs-lisp -(use-package company-nixos-options - :defer 30 - :config (progn - (add-to-list 'company-backends 'company-nixos-options))) -#+END_SRC - * Dates & Times ** Calendar -- cgit 1.4.1