re-re-re-jigger doom.init, has to be in a certain order
This commit is contained in:
parent
257b39b7bc
commit
71d1430a01
1 changed files with 79 additions and 83 deletions
|
@ -15,18 +15,10 @@
|
||||||
;; directory (for easy access to its source code).
|
;; directory (for easy access to its source code).
|
||||||
|
|
||||||
(doom!
|
(doom!
|
||||||
:app
|
:input
|
||||||
;;calendar
|
;;chinese
|
||||||
;;emms
|
;;japanese
|
||||||
;;everywhere ; *leave* Emacs!? You must be joking
|
;;layout ; auie,ctsrnm is the superior home row
|
||||||
;;irc ; how neckbeards socialize
|
|
||||||
;;(rss +org) ; emacs as an RSS reader
|
|
||||||
;;twitter ; twitter client https://twitter.com/vnought
|
|
||||||
|
|
||||||
:checkers
|
|
||||||
syntax ; tasing you for every semicolon you forget
|
|
||||||
;;(spell +flyspell) ; tasing you for misspelling mispelling
|
|
||||||
;;grammar ; tasing grammar mistake every you make
|
|
||||||
|
|
||||||
:completion
|
:completion
|
||||||
(company +childframe) ; the ultimate code completion backend
|
(company +childframe) ; the ultimate code completion backend
|
||||||
|
@ -35,6 +27,31 @@
|
||||||
;; (ivy +childframe +fuzzy +icons +prescient) ; a search engine for love and life
|
;; (ivy +childframe +fuzzy +icons +prescient) ; a search engine for love and life
|
||||||
(vertico +icons) ; the search engine of the future
|
(vertico +icons) ; the search engine of the future
|
||||||
|
|
||||||
|
:ui
|
||||||
|
;;deft ; notational velocity for Emacs
|
||||||
|
doom ; what makes DOOM look the way it does
|
||||||
|
doom-dashboard ; a nifty splash screen for Emacs
|
||||||
|
doom-quit ; DOOM quit-message prompts when you quit Emacs
|
||||||
|
(emoji +unicode +github) ; 🙂
|
||||||
|
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
||||||
|
hydra
|
||||||
|
indent-guides ; highlighted indent columns
|
||||||
|
(ligatures +extra) ; ligatures and symbols to make your code pretty again
|
||||||
|
;;minimap ; show a map of the code on the side
|
||||||
|
modeline ; snazzy, Atom-inspired modeline, plus API
|
||||||
|
;;nav-flash ; blink cursor line after big motions
|
||||||
|
;;neotree ; a project drawer, like NERDTree for vim
|
||||||
|
ophints ; highlight the region an operation acts on
|
||||||
|
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
||||||
|
;;tabs ; a tab bar for Emacs
|
||||||
|
(treemacs +lsp) ; a project drawer, like neotree but cooler
|
||||||
|
unicode ; extended unicode support for various languages
|
||||||
|
vc-gutter ; vcs diff in the fringe
|
||||||
|
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||||
|
window-select ; visually switch windows
|
||||||
|
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
|
||||||
|
@ -49,10 +66,6 @@
|
||||||
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
|
||||||
|
|
||||||
:config
|
|
||||||
;;literate
|
|
||||||
(default +evil +bindings +smartparens)
|
|
||||||
|
|
||||||
:emacs
|
:emacs
|
||||||
(dired +icons) ; making dired pretty [functional]
|
(dired +icons) ; making dired pretty [functional]
|
||||||
electric ; smarter, keyword-based electric-indent
|
electric ; smarter, keyword-based electric-indent
|
||||||
|
@ -61,16 +74,44 @@
|
||||||
;; tramp ; <NOT COMMENTED YET>
|
;; tramp ; <NOT COMMENTED YET>
|
||||||
vc ; version-control and Emacs, sitting in a tree
|
vc ; version-control and Emacs, sitting in a tree
|
||||||
|
|
||||||
:email
|
:term
|
||||||
;;(mu4e +org +gmail)
|
;;eshell ; the elisp shell that works everywhere
|
||||||
;;notmuch
|
;;shell ; simple shell REPL for Emacs
|
||||||
;;(wanderlust +gmail)
|
;;term ; basic terminal emulator for Emacs
|
||||||
|
;;vterm ; the best terminal emulation in Emacs
|
||||||
|
|
||||||
:input
|
:checkers
|
||||||
;;chinese
|
syntax ; tasing you for every semicolon you forget
|
||||||
;;japanese
|
;;(spell +flyspell) ; tasing you for misspelling mispelling
|
||||||
;;layout ; auie,ctsrnm is the superior home row
|
;;grammar ; tasing grammar mistake every you make
|
||||||
|
|
||||||
|
:tools
|
||||||
|
ansible
|
||||||
|
;;biblio ; Writes a PhD for you (citation needed)
|
||||||
|
(debugger +lsp) ; FIXME stepping through code, to help you add bugs
|
||||||
|
direnv
|
||||||
|
(docker +lsp)
|
||||||
|
editorconfig ; let someone else argue about tabs vs spaces
|
||||||
|
ein ; tame Jupyter notebooks with emacs
|
||||||
|
(eval +overlay) ; run code, run (also, repls)
|
||||||
|
;;gist ; interacting with github gists
|
||||||
|
(lookup +docsets) ; navigate your code and its documentation
|
||||||
|
(lsp +peek) ; M-x vscode
|
||||||
|
(magit +forge) ; a git porcelain for Emacs
|
||||||
|
;;make ; run make tasks from Emacs
|
||||||
|
;;(pass) ; password manager for nerds
|
||||||
|
;;pdf ; pdf enhancements
|
||||||
|
prodigy ; no sweatshop is complete without child processes
|
||||||
|
;;rgb ; creating color strings
|
||||||
|
taskrunner ; taskrunner for all your projects
|
||||||
|
terraform ; infrastructure as code
|
||||||
|
tree-sitter
|
||||||
|
;;tmux ; an API for interacting with tmux
|
||||||
|
;;upload ; map local to remote projects via ssh/ftp
|
||||||
|
|
||||||
|
:os
|
||||||
|
(:if IS-MAC macos) ; improve compatibility with macOS
|
||||||
|
(tty +osc) ; improve the terminal Emacs experience
|
||||||
|
|
||||||
:lang
|
:lang
|
||||||
;;agda ; types of types of types of types...
|
;;agda ; types of types of types of types...
|
||||||
|
@ -135,64 +176,19 @@
|
||||||
(yaml +lsp) ; JSON, but readable
|
(yaml +lsp) ; JSON, but readable
|
||||||
(zig +lsp) ; C, but simpler
|
(zig +lsp) ; C, but simpler
|
||||||
|
|
||||||
:os
|
:email
|
||||||
(:if IS-MAC macos) ; improve compatibility with macOS
|
;;(mu4e +org +gmail)
|
||||||
(tty +osc) ; improve the terminal Emacs experience
|
;;notmuch
|
||||||
|
;;(wanderlust +gmail)
|
||||||
|
|
||||||
|
:app
|
||||||
|
;;calendar
|
||||||
|
;;emms
|
||||||
|
;;everywhere ; *leave* Emacs!? You must be joking
|
||||||
|
;;irc ; how neckbeards socialize
|
||||||
|
;;(rss +org) ; emacs as an RSS reader
|
||||||
|
;;twitter ; twitter client https://twitter.com/vnought
|
||||||
|
|
||||||
:term
|
:config
|
||||||
;;eshell ; the elisp shell that works everywhere
|
;;literate
|
||||||
;;shell ; simple shell REPL for Emacs
|
(default +evil +bindings +smartparens))
|
||||||
;;term ; basic terminal emulator for Emacs
|
|
||||||
;;vterm ; the best terminal emulation in Emacs
|
|
||||||
|
|
||||||
|
|
||||||
:tools
|
|
||||||
ansible
|
|
||||||
;;biblio ; Writes a PhD for you (citation needed)
|
|
||||||
(debugger +lsp) ; FIXME stepping through code, to help you add bugs
|
|
||||||
direnv
|
|
||||||
(docker +lsp)
|
|
||||||
editorconfig ; let someone else argue about tabs vs spaces
|
|
||||||
ein ; tame Jupyter notebooks with emacs
|
|
||||||
(eval +overlay) ; run code, run (also, repls)
|
|
||||||
;;gist ; interacting with github gists
|
|
||||||
(lookup +docsets) ; navigate your code and its documentation
|
|
||||||
(lsp +peek) ; M-x vscode
|
|
||||||
(magit +forge) ; a git porcelain for Emacs
|
|
||||||
;;make ; run make tasks from Emacs
|
|
||||||
;;(pass) ; password manager for nerds
|
|
||||||
;;pdf ; pdf enhancements
|
|
||||||
prodigy ; no sweatshop is complete without child processes
|
|
||||||
;;rgb ; creating color strings
|
|
||||||
taskrunner ; taskrunner for all your projects
|
|
||||||
terraform ; infrastructure as code
|
|
||||||
tree-sitter
|
|
||||||
;;tmux ; an API for interacting with tmux
|
|
||||||
;;upload ; map local to remote projects via ssh/ftp
|
|
||||||
|
|
||||||
:ui
|
|
||||||
;;deft ; notational velocity for Emacs
|
|
||||||
doom ; what makes DOOM look the way it does
|
|
||||||
doom-dashboard ; a nifty splash screen for Emacs
|
|
||||||
doom-quit ; DOOM quit-message prompts when you quit Emacs
|
|
||||||
(emoji +unicode +github) ; 🙂
|
|
||||||
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
|
||||||
hydra
|
|
||||||
indent-guides ; highlighted indent columns
|
|
||||||
(ligatures +extra) ; ligatures and symbols to make your code pretty again
|
|
||||||
;;minimap ; show a map of the code on the side
|
|
||||||
modeline ; snazzy, Atom-inspired modeline, plus API
|
|
||||||
;;nav-flash ; blink cursor line after big motions
|
|
||||||
;;neotree ; a project drawer, like NERDTree for vim
|
|
||||||
ophints ; highlight the region an operation acts on
|
|
||||||
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
|
||||||
;;tabs ; a tab bar for Emacs
|
|
||||||
(treemacs +lsp) ; a project drawer, like neotree but cooler
|
|
||||||
unicode ; extended unicode support for various languages
|
|
||||||
vc-gutter ; vcs diff in the fringe
|
|
||||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
|
||||||
window-select ; visually switch windows
|
|
||||||
workspaces ; tab emulation, persistence & separate workspaces
|
|
||||||
;;zen ; distraction-free coding or writing
|
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue