Update init.example.el
This commit is contained in:
parent
c381b800cb
commit
787d188d61
1 changed files with 8 additions and 9 deletions
|
@ -31,22 +31,21 @@
|
||||||
|
|
||||||
(doom! :feature
|
(doom! :feature
|
||||||
evil ; come to the dark side, we have cookies
|
evil ; come to the dark side, we have cookies
|
||||||
jump ; helping you navigate your code base
|
jump ; helping you get around
|
||||||
snippets ; my elves. They type so I don't have to
|
snippets ; my elves. They type so I don't have to
|
||||||
file-templates ; auto-snippets for empty files
|
file-templates ; auto-snippets for empty files
|
||||||
spellcheck ; tasing you for misspelling mispelling
|
spellcheck ; tasing you for misspelling mispelling
|
||||||
syntax-checker ; tasing you for every forgotten semicolon
|
syntax-checker ; tasing you for every semicolon you forget
|
||||||
version-control ; remember, remember that commit in November
|
version-control ; remember, remember that commit in November
|
||||||
workspaces ; tab emulation, persistence and separate workspaces
|
workspaces ; tab emulation, persistence & separate workspaces
|
||||||
eval ; repls, runners 'n builders; run code, run
|
eval ; repls, runners 'n builders; run code, run
|
||||||
debug ; stepping through code, to help you add bugs
|
debug ; stepping through code, to help you add bugs
|
||||||
|
|
||||||
:completion
|
:completion
|
||||||
company ; auto-completion backend
|
company ; code completion backend
|
||||||
;auto-complete ; TODO alternative auto-completion backend
|
|
||||||
ivy ; a search engine for love and life
|
ivy ; a search engine for love and life
|
||||||
;helm
|
;helm ; the *other* search engine for love and life
|
||||||
;ido
|
;ido ; the other *other* search engine...
|
||||||
|
|
||||||
:ui
|
:ui
|
||||||
doom ; doom-one; a look inspired by Atom's Dark One
|
doom ; doom-one; a look inspired by Atom's Dark One
|
||||||
|
@ -109,7 +108,7 @@
|
||||||
twitter ; twitter client https://twitter.com/vnought
|
twitter ; twitter client https://twitter.com/vnought
|
||||||
write ; emacs as a word processor (latex + org + markdown)
|
write ; emacs as a word processor (latex + org + markdown)
|
||||||
|
|
||||||
;; Private modules are aren't tracked in the repo, except for mine. Use
|
;; Private modules aren't tracked in source control (except for mine).
|
||||||
;; it as a reference for your own.
|
;; Use it as a reference for your own.
|
||||||
:private hlissner)
|
:private hlissner)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue