From 0c8f9301c2e09e115f9f2a0babd4f26a63dc7225 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Wed, 1 Jan 2025 13:07:17 -0500 Subject: [PATCH] Disable tab to complete for company mode --- README.org | 10 +++++----- init.el | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.org b/README.org index 4d803ae..09535e7 100644 --- a/README.org +++ b/README.org @@ -87,11 +87,11 @@ Alternatively, press =gd= (or =C-c c d=) on a module to browse its directory (fo #+BEGIN_SRC emacs-lisp :tangle init.el :completion -(company +tng) ; the ultimate code completion backend -;;helm ; the *other* search engine for love and life -;;ido ; the other *other* search engine... -;;ivy ; a search engine for love and life -vertico ; the search engine of the future +company ; the ultimate code completion backend +;;helm ; the *other* search engine for love and life +;;ido ; the other *other* search engine... +;;ivy ; a search engine for love and life +vertico ; the search engine of the future #+END_SRC *** User Interface diff --git a/init.el b/init.el index 66f3ba0..c66ef66 100644 --- a/init.el +++ b/init.el @@ -9,11 +9,11 @@ ;;layout ; auie,ctsrnm is the superior home row :completion -(company +tng) ; the ultimate code completion backend -;;helm ; the *other* search engine for love and life -;;ido ; the other *other* search engine... -;;ivy ; a search engine for love and life -vertico ; the search engine of the future +company ; the ultimate code completion backend +;;helm ; the *other* search engine for love and life +;;ido ; the other *other* search engine... +;;ivy ; a search engine for love and life +vertico ; the search engine of the future :ui ;;deft ; notational velocity for Emacs