Update init.example.el
This commit is contained in:
parent
4eafbf9078
commit
9640d2ba07
1 changed files with 9 additions and 8 deletions
|
@ -43,10 +43,10 @@
|
||||||
|
|
||||||
:completion
|
:completion
|
||||||
company ; auto-completion backend
|
company ; auto-completion backend
|
||||||
;; TODO auto-complete
|
;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
|
||||||
;; ido
|
;ido
|
||||||
|
|
||||||
:ui
|
:ui
|
||||||
doom ; doom-one; a look inspired by Atom's Dark One
|
doom ; doom-one; a look inspired by Atom's Dark One
|
||||||
|
@ -59,10 +59,10 @@
|
||||||
dired ; making dired pretty [functional]
|
dired ; making dired pretty [functional]
|
||||||
electric-indent ; smarter, keyword-based electric-indent
|
electric-indent ; smarter, keyword-based electric-indent
|
||||||
eshell ; a consistent, cross-platform shell (WIP)
|
eshell ; a consistent, cross-platform shell (WIP)
|
||||||
gist ; manage & create gists
|
gist ; interacting with github gists
|
||||||
macos ; macos-specific commands
|
macos ; macos-specific commands
|
||||||
rotate-text ; cycle region at point between text candidates
|
rotate-text ; cycle region at point between text candidates
|
||||||
term ; Emacs as a terminal emulator
|
term ; terminals in Emacs
|
||||||
tmux ; an API for interacting with tmux
|
tmux ; an API for interacting with tmux
|
||||||
upload ; map local to remote projects via ssh/ftp
|
upload ; map local to remote projects via ssh/ftp
|
||||||
|
|
||||||
|
@ -96,11 +96,12 @@
|
||||||
;; Applications are opinionated modules that transform Emacs to fulfill a
|
;; Applications are opinionated modules that transform Emacs to fulfill a
|
||||||
;; specific purpose. They should be loaded last.
|
;; specific purpose. They should be loaded last.
|
||||||
:app
|
:app
|
||||||
;; TODO crm ; org-mode for client relations management
|
;crm ; TODO org-mode for client relations management
|
||||||
email ; Emacs as an email client
|
email ; Emacs as an email client
|
||||||
;; TODO finance ; keeping track of my shekels
|
;finance ; TODO keeping track of my shekels
|
||||||
;; TODO irc ; how neckbeards socialize
|
;irc ; TODO how neckbeards socialize
|
||||||
present ; showing off presentations in emacs
|
present ; showing off presentations in emacs
|
||||||
|
;regex ; TODO emacs as a regexp IDE
|
||||||
rss ; emacs as an RSS reader
|
rss ; emacs as an RSS reader
|
||||||
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue