From 5c32f89b3725486dc7f2292f7844c855ce9f8945 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Thu, 22 Apr 2021 18:59:33 -0700 Subject: emacs: clean auto-complete --- .emacs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index be4fd90..3998592 100644 --- a/.emacs +++ b/.emacs @@ -9,13 +9,12 @@ (load-file "~/.emacs.local.d/general.el") ;; Modes -;;(load-file "~/.emacs.local.d/modes/auto-complete.el") ;;(load-file "~/.emacs.local.d/modes/ecb.el") ;;(load-file "~/.emacs.local.d/modes/linum.el") ;;(load-file "~/.emacs.local.d/modes/notmuch.el") -(load-file "~/.emacs.local.d/modes/anzu.el") +;;(load-file "~/.emacs.local.d/modes/anzu.el") (load-file "~/.emacs.local.d/modes/auto-fill.el") ;;(load-file "~/.emacs.local.d/modes/centaur-tabs.el") (load-file "~/.emacs.local.d/modes/company.el") -- cgit v1.2.3