Updating init.el to match sample config.

This commit is contained in:
James Patrick 2020-03-08 18:00:51 -04:00
parent 59a8c7a6a2
commit 9aaa86e5d4

View File

@ -19,174 +19,176 @@
;;japanese ;;japanese
:completion :completion
(company ; the ultimate code completion backend. (company ; the ultimate code completion backend.
+childframe) ; Use company-box. +childframe) ; Use company-box.
;;(helm ; because sometimes I prefer what I know. ;;(helm ; because sometimes I prefer what I know.
;; +fuzzy) ; woh typse aynthing write teh first time. ;; +fuzzy) ; woh typse aynthing write teh first time.
;;ido ; the other *other* search engine... ;;ido ; the other *other* search engine...
(ivy +fuzzy) ; a search engine for love and life (ivy +fuzzy) ; a search engine for love and life
:ui :ui
deft ; notational velocity for Emacs deft ; notational velocity for Emacs
doom ; what makes DOOM look the way it does doom ; what makes DOOM look the way it does
doom-dashboard ; a nifty splash screen for Emaclints doom-dashboard ; a nifty splash screen for Emaclints
doom-quit ; DOOM quit-message prompts when you quit Emacs doom-quit ; DOOM quit-message prompts when you quit Emacs
fill-column ; a `fill-column' indicator fill-column ; a `fill-column' indicator
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
;;hydra ;;hydra
;;indent-guides ; highlighted indent columns ;;indent-guides ; highlighted indent columns
modeline ; snazzy, Atom-inspired modeline, plus API modeline ; snazzy, Atom-inspired modeline, plus API
nav-flash ; blink the current line after jumping nav-flash ; blink the current line after jumping
;;neotree ; a project drawer, like NERDTree for vim ;;neotree ; a project drawer, like NERDTree for vim
ophints ; highlight the region an operation acts on ophints ; highlight the region an operation acts on
(popup ; tame sudden yet inevitable temporary windows (popup ; tame sudden yet inevitable temporary windows
+all ; catch all popups that start with an asterix +all ; catch all popups that start with an asterix
+defaults) ; default popup rules +defaults) ; default popup rules
;;pretty-code ; replace bits of code with pretty symbols (pretty-code ; replace bits of code with pretty symbols
;;tabs ; an tab bar for Emacs +fira)
;;treemacs ; a project drawer, like neotree but cooler ;;tabs ; an tab bar for Emacs
;;unicode ; extended unicode support for various languages treemacs ; a project drawer, like neotree but cooler
vc-gutter ; vcs diff in the fringe unicode ; extended unicode support for various languages
vi-tilde-fringe ; fringe tildes to mark beyond EOB vc-gutter ; vcs diff in the fringe
window-select ; visually switch windows vi-tilde-fringe ; fringe tildes to mark beyond EOB
workspaces ; tab emulation, persistence & separate workspaces window-select ; visually switch windows
;;zen ; distraction-free coding or writing workspaces ; tab emulation, persistence & separate workspaces
;;zen ; distraction-free coding or writing
:editor :editor
(evil +everywhere); come to the dark side, we have cookies (evil +everywhere); come to the dark side, we have cookies
file-templates ; auto-snippets for empty files file-templates ; auto-snippets for empty files
fold ; (nigh) universal code folding fold ; (nigh) universal code folding
;;(format +onsave) ; automated prettiness (format +onsave) ; automated prettiness
;;god ; run Emacs commands without modifier keys ;;god ; run Emacs commands without modifier keys
;;lispy ; vim for lisp, for people who don't like vim ;;lispy ; vim for lisp, for people who don't like vim
multiple-cursors ; editing in many places at once multiple-cursors ; editing in many places at once
;;objed ; text object editing for the innocent ;;objed ; text object editing for the innocent
;;parinfer ; turn lisp into python, sort of ;;parinfer ; turn lisp into python, sort of
rotate-text ; cycle region at point between text candidates rotate-text ; cycle region at point between text candidates
snippets ; my elves. They type so I don't have to snippets ; my elves. They type so I don't have to
;;word-wrap ; soft wrapping with language-aware indent word-wrap ; soft wrapping with language-aware indent
:emacs :emacs
(dired ; making dired pretty [functional] (dired ; making dired pretty [functional]
+ranger ; bringing the goodness of ranger to dired +ranger ; bringing the goodness of ranger to dired
+icons) ; colorful icons for dired-mode +icons) ; colorful icons for dired-mode
electric ; smarter, keyword-based electric-indent electric ; smarter, keyword-based electric-indent
ibuffer ; interactive buffer management ibuffer ; interactive buffer management
vc ; version-control and Emacs, sitting in a tree vc ; version-control and Emacs, sitting in a tree
:term :term
;;eshell ; a consistent, cross-platform shell (WIP) ;;eshell ; a consistent, cross-platform shell (WIP)
;;shell ; a terminal REPL for Emacs ;;shell ; a terminal REPL for Emacs
;;term ; terminals in Emacs ;;term ; terminals in Emacs
vterm ; another terminals in Emacs vterm ; another terminals in Emacs
:checkers
syntax ; tasing you for every semicolon you forget
spell ; tasing you for misspelling mispelling
grammar ; tasing grammar mistake every you make
:tools :tools
;;ansible ;;ansible
;;debugger ; FIXME stepping through code, to help you add bugs ;;debugger ; FIXME stepping through code, to help you add bugs
;;direnv ;;direnv
;;docker ;;docker
editorconfig ; let someone else argue about tabs vs spaces editorconfig ; let someone else argue about tabs vs spaces
;;ein ; tame Jupyter notebooks with emacs ;;ein ; tame Jupyter notebooks with emacs
eval ; run code, run (also, repls) (eval +overlay) ; run code, run (also, repls)
flycheck ; tasing you for every semicolon you forget ;;gist ; interacting with github gists
flyspell ; tasing you for misspelling mispelling (lookup ; helps you navigate your code and documentation
;;gist ; interacting with github gists +docsets) ; ...or in Dash docsets locally
(lookup ; helps you navigate your code and documentation
+docsets) ; ...or in Dash docsets locally
lsp lsp
;;macos ; MacOS-specific commands ;;macos ; MacOS-specific commands
magit ; a git porcelain for Emacs magit ; a git porcelain for Emacs
make ; run make tasks from Emacs make ; run make tasks from Emacs
;;pass ; password manager for nerds ;;pass ; password manager for nerds
;;pdf ; pdf enhancements ;;pdf ; pdf enhancements
;;prodigy ; FIXME managing external services & code builders ;;prodigy ; FIXME managing external services & code builders
;rgb ; creating color strings ;;rgb ; creating color strings
;;terraform ; infrastructure as code ;;terraform ; infrastructure as code
;;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
;;wakatime
:lang :lang
;;agda ; types of types of types of types... ;;agda ; types of types of types of types...
;;assembly ; assembly for fun or debugging ;;assembly ; assembly for fun or debugging
;;cc ; C/C++/Obj-C madness ;;cc ; C/C++/Obj-C madness
;;clojure ; java with a lisp ;;clojure ; java with a lisp
;;common-lisp ; if you've seen one lisp, you've seen them all ;;common-lisp ; if you've seen one lisp, you've seen them all
;;coq ; proofs-as-programs ;;coq ; proofs-as-programs
;;crystal ; ruby at the speed of c ;;crystal ; ruby at the speed of c
;;csharp ; unity, .NET, and mono shenanigans ;;csharp ; unity, .NET, and mono shenanigans
data ; config/data formats data ; config/data formats
;;erlang ; an elegant language for a more civilized age ;;elixir ; erlang done right
;;elixir ; erlang done right ;;elm ; care for a cup of TEA?
;;elm ; care for a cup of TEA? emacs-lisp ; drown in parentheses
emacs-lisp ; drown in parentheses ;;erlang ; an elegant language for a more civilized age
;;ess ; emacs speaks statistics ;;ess ; emacs speaks statistics
;;fsharp ; ML stands for Microsoft's Language ;;faust ; dsp, but you get to keep your soul
go ; the hipster dialect ;;fsharp ; ML stands for Microsoft's Language
;;(haskell +intero) ; a language that's lazier than I am go ; the hipster dialect
;;hy ; readability of scheme w/ speed of python ;;(haskell +dante) ; a language that's lazier than I am
;;idris ; ;;hy ; readability of scheme w/ speed of python
(java +lsp) ; the poster child for carpal tunnel syndrome ;;idris ;
javascript ; all(hope(abandon(ye(who(enter(here)))))) (java +lsp) ; the poster child for carpal tunnel syndrome
;;julia ; a better, faster MATLAB (javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
;;kotlin ; a better, slicker Java(Script) ;;julia ; a better, faster MATLAB
;;latex ; writing papers in Emacs has never been so fun ;;kotlin ; a better, slicker Java(Script)
;;ledger ; an accounting system in Emacs ;;latex ; writing papers in Emacs has never been so fun
;;lua ; one-based indices? one-based indices ;;lean
(markdown +grip) ; writing docs for people to ignore ;;factor
;;nim ; python + lisp at the speed of c ;;ledger ; an accounting system in Emacs
;;nix ; I hereby declare "nix geht mehr!" ;;lua ; one-based indices? one-based indices
;;ocaml ; an objective camel (markdown +grip) ; writing docs for people to ignore
(org ; organize your plain life in plain text ;;nim ; python + lisp at the speed of c
+dragndrop ; file drag & drop support ;;nix ; I hereby declare "nix geht mehr!"
+ipython ; ipython support for babel ;;ocaml ; an objective camel
+gnuplot ; plot suff (org ; organize your plain life in plain text
+pandoc ; pandoc integration into org's exporter +dragndrop ; drag & drop files/images into org buffers
+pomodoro) ; Because timers are helpful. ;;+hugo ; use Emacs for hugo blogging
;;perl ; write code no one else can comprehend ;;+jupyter ; ipython/jupyter support for babel
;;php ; perl's insecure younger brother +pandoc ; export-with-pandoc support
;;plantuml ; diagrams for confusing people more +pomodoro ; be fruitful with the tomato technique
;;purescript ; javascript, but functional +present) ; using org-mode for presentations
;;python ; beautiful is better than ugly ;;perl ; write code no one else can comprehend
;;qt ; the 'cutest' gui framework ever ;;php ; perl's insecure younger brother
;;racket ; a DSL for DSLs ;;plantuml ; diagrams for confusing people more
rest ; Emacs as a REST client ;;purescript ; javascript, but functional
ruby ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} ;;python ; beautiful is better than ugly
;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;qt ; the 'cutest' gui framework ever
;;scala ; java, but good ;;racket ; a DSL for DSLs
(sh ; she sells {ba,z,fi}sh shells on the C xor ;;rest ; Emacs as a REST client
+lsp) ; this is somehow a thing? ;;rst ; ReST in peace
;;solidity ; do you need a blockchain? No. ruby ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
;;swift ; who asked for emoji variables? ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
;;terra ; Earth and Moon in alignment for performance. ;;scala ; java, but good
(web +lsp) ; the tubes ;;scheme ; a fully conniving family of lisps
;;vala ; GObjective-C (sh +lsp) ; she sells {ba,z,fi}sh shells on the C xor
;;solidity ; do you need a blockchain? No.
;;swift ; who asked for emoji variables?
;;terra ; Earth and Moon in alignment for performance.
(web +lsp) ; the tubes
:email :email
;;(mu4e +gmail) ;;(mu4e +gmail)
;;notmuch ;;notmuch
;;(wanderlust +gmail) ;;(wanderlust +gmail)
;; Applications are complex and opinionated modules that transform Emacs
;; toward a specific purpose. They may have additional dependencies and
;; should be loaded late.
:app :app
calendar calendar
;;irc ; how neckbeards socialize ;;irc ; how neckbeards socialize
;;(rss +org) ; emacs as an RSS reader ;;(rss +org) ; 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)
+wordnut ; wordnet (wn) search
+langtool) ; a proofreader (grammar/style check) for Emacs
:collab :collab
;;floobits ; peer programming for a price ;;floobits ; peer programming for a price
;;impatient-mode ; show off code over HTTP ;;impatient-mode ; show off code over HTTP
:config :config
;; For literate config users. This will tangle+compile a config.org ;; For literate config users. This will tangle+compile a config.org
;; literate config in your `doom-private-dir' whenever it changes. ;; literate config in your `doom-private-dir' whenever it changes.
;;literate ;; literate
;; The default module sets reasonable defaults for Emacs. It also ;; The default module sets reasonable defaults for Emacs. It also
;; provides a Spacemacs-inspired keybinding scheme and a smartparens ;; provides a Spacemacs-inspired keybinding scheme and a smartparens