Skip to content

Commit cda9e97

Browse files
author
Danny O'Brien
committed
doom: Add some built-in packages.
1 parent 8cc862c commit cda9e97

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

emacs/.doom.d/init.el

+8-7
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,28 @@
1414
;; Alternatively, press 'gd' (or 'C-c g d') on a module to browse its
1515
;; directory (for easy access to its source code).
1616

17-
(doom! :input
17+
(doom! ;;:input
1818
;;chinese
1919
;;japanese
2020

21-
:completion company (vertico +icons)
22-
21+
:completion
22+
(company +tng +childframe)
23+
vertico
2324
;;helm ; the *other* search engine for love and life
2425
;;ido ; the other *other* search engine...
2526
;; (ivy +prescient +icons) ; a search engine for love and life
2627

2728
:ui
2829
;;deft ; notational velocity for Emacs
2930
doom ; what makes DOOM look the way it does
30-
;;doom-dashboard ; a nifty splash screen for Emacs
31+
doom-dashboard ; a nifty splash screen for Emacs
32+
(emoji +unicode)
3133
;;doom-quit ; DOOM quit-message prompts when you quit Emacs
3234
;;fill-column ; a `fill-column' indicator
3335
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
3436
hydra
35-
indent-guides ; highlighted indent columns
36-
modeline
37-
; snazzy, Atom-inspired modeline, plus API
37+
indent-guides ; highlighted indent columns
38+
modeline ; snazzy, Atom-inspired modeline, plus API
3839
navh-flash ; blink cursor line after big motions
3940
;;neotree ; a project drawer, like NERDTree for vim
4041
ophints ; highlight the region an operation acts on

0 commit comments

Comments
 (0)