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