+tng and +childframe conflict. Don't use both.
This commit is contained in:
parent
bf6d81e958
commit
af4a00dd3e
|
@ -1,9 +1,9 @@
|
||||||
;;; init.el -*- lexical-binding: t; -*-
|
;;; init.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Copy this file to ~/.doom.d/init.el or ~/.config/doom/init.el ('doom
|
;; Copy this file to ~/.doom.d/init.el or ~/.config/doom/init.el ('doom install'
|
||||||
;; quickstart' will do this for you). The `doom!' block below controls what
|
;; will do this for you). The `doom!' block below controls what modules are
|
||||||
;; modules are enabled and in what order they will be loaded. Remember to run
|
;; enabled and in what order they will be loaded. Remember to run 'doom refresh'
|
||||||
;; 'doom refresh' after modifying it.
|
;; after modifying it.
|
||||||
;;
|
;;
|
||||||
;; More information about these modules (and what flags they support) can be
|
;; More information about these modules (and what flags they support) can be
|
||||||
;; found in modules/README.org.
|
;; found in modules/README.org.
|
||||||
|
@ -14,8 +14,7 @@
|
||||||
|
|
||||||
:completion
|
:completion
|
||||||
(company ; the ultimate code completion backend.
|
(company ; the ultimate code completion backend.
|
||||||
+childframe ; Use company-box.
|
+childframe) ; Use company-box.
|
||||||
+tng) ; Compnay on tab.
|
|
||||||
(helm ; because sometimes I prefer what I know.
|
(helm ; because sometimes I prefer what I know.
|
||||||
+fuzzy) ; woh typse aynthing write teh first time.
|
+fuzzy) ; woh typse aynthing write teh first time.
|
||||||
;;ido ; the other *other* search engine...
|
;;ido ; the other *other* search engine...
|
||||||
|
@ -155,9 +154,9 @@
|
||||||
;;vala ; GObjective-C
|
;;vala ; GObjective-C
|
||||||
|
|
||||||
:email
|
:email
|
||||||
;;(mu4e +gmail) ; WIP
|
;;(mu4e +gmail)
|
||||||
;;notmuch ; WIP
|
;;notmuch
|
||||||
;;(wanderlust +gmail) ; WIP
|
;;(wanderlust +gmail)
|
||||||
|
|
||||||
;; Applications are complex and opinionated modules that transform Emacs
|
;; Applications are complex and opinionated modules that transform Emacs
|
||||||
;; toward a specific purpose. They may have additional dependencies and
|
;; toward a specific purpose. They may have additional dependencies and
|
||||||
|
|
Loading…
Reference in New Issue
Block a user