diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-12 16:38:23 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-12 16:38:23 +0100 |
commit | e407b8078323cd4940bcc1dfca3a01110b6e4bac (patch) | |
tree | cf0b961180eaf53654d9aa1e9932db66860c3936 /Doom/.doom.d | |
parent | 51c0e801d20dd36280a627cad16c096cc201c5c3 (diff) | |
download | dotfiles-e407b8078323cd4940bcc1dfca3a01110b6e4bac.tar.gz dotfiles-e407b8078323cd4940bcc1dfca3a01110b6e4bac.tar.bz2 dotfiles-e407b8078323cd4940bcc1dfca3a01110b6e4bac.zip |
+company childframe module in doom
Diffstat (limited to 'Doom/.doom.d')
-rw-r--r-- | Doom/.doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doom/.doom.d/init.el b/Doom/.doom.d/init.el index 4b35666..91b9c91 100644 --- a/Doom/.doom.d/init.el +++ b/Doom/.doom.d/init.el @@ -18,7 +18,7 @@ ;;japanese :completion - company ; the ultimate code completion backend + (company +childframe) ; the ultimate code completion backend (ivy +fuzzy +icons) ; a search engine for love and life |