From f0dcb4e06dc8eb3d7dc101d4f939796359b50dc0 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 18 Aug 2020 00:20:15 +0900 Subject: [PATCH] Remove company-mode disable --- emacs.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/emacs.el b/emacs.el index 732c620..094416a 100644 --- a/emacs.el +++ b/emacs.el @@ -1131,12 +1131,6 @@ THEM are function and its args." "| " "cut -b3-")))) -(add-hook 'fuzzy-finder-init-hook - (lambda () - (when (and (boundp 'company-mode) - company-mode) - (company-mode -1)))) - (defun my-fuzzy-finder-or-find-file () "Call `fuzzy-finder' if usable or call `find-file'." (declare (interactive-only t))