Update init.example.el
+ Remove modules that aren't done + Disable modules by default that aren't universal
This commit is contained in:
parent
94f9d05c3a
commit
705d951af9
1 changed files with 2 additions and 5 deletions
|
@ -55,14 +55,14 @@
|
||||||
hl-todo ; highlight TODO/FIXME/NOTE tags
|
hl-todo ; highlight TODO/FIXME/NOTE tags
|
||||||
nav-flash ; blink the current line after jumping
|
nav-flash ; blink the current line after jumping
|
||||||
evil-goggles ; display visual hints when editing in evil
|
evil-goggles ; display visual hints when editing in evil
|
||||||
;unicode ; extended unicode font support for various languages
|
;unicode ; extended unicode support for various languages
|
||||||
|
|
||||||
:tools
|
:tools
|
||||||
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 ; interacting with github gists
|
gist ; interacting with github gists
|
||||||
macos ; macos-specific commands
|
;macos ; MacOS-specific commands
|
||||||
neotree ; a project drawer, like NERDTree for vim
|
neotree ; a project drawer, like NERDTree for vim
|
||||||
password-store ; password manager for nerds
|
password-store ; password manager for nerds
|
||||||
rotate-text ; cycle region at point between text candidates
|
rotate-text ; cycle region at point between text candidates
|
||||||
|
@ -105,12 +105,9 @@
|
||||||
;; Applications are complex and opinionated modules that transform Emacs
|
;; Applications are complex and opinionated modules that transform Emacs
|
||||||
;; toward a specific purpose. They should be loaded last.
|
;; toward a specific purpose. They should be loaded last.
|
||||||
:app
|
:app
|
||||||
;crm ; TODO org-mode for client relations management
|
|
||||||
email ; Emacs as an email client
|
email ; Emacs as an email client
|
||||||
;finance ; TODO keeping track of my shekels
|
|
||||||
irc ; how neckbeards socialize
|
irc ; 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