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