diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2019-08-24 15:36:52 +0700 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2019-08-24 15:36:52 +0700 |
| commit | 6de045e5e8331727eb9c9372e8cd7a4b0fca9120 (patch) | |
| tree | 87205910ed8e9500e88939df3de8ec9f2c3c0101 /doom-emacs/.doom.d/init.el | |
| parent | d623e1856b8270770d53a5f02df60c86afcd9aaa (diff) | |
| download | dotfiles-6de045e5e8331727eb9c9372e8cd7a4b0fca9120.tar.gz dotfiles-6de045e5e8331727eb9c9372e8cd7a4b0fca9120.tar.bz2 dotfiles-6de045e5e8331727eb9c9372e8cd7a4b0fca9120.tar.lz dotfiles-6de045e5e8331727eb9c9372e8cd7a4b0fca9120.tar.xz dotfiles-6de045e5e8331727eb9c9372e8cd7a4b0fca9120.tar.zst dotfiles-6de045e5e8331727eb9c9372e8cd7a4b0fca9120.zip | |
cleaned tree, updated doom-emacs
Diffstat (limited to 'doom-emacs/.doom.d/init.el')
| -rw-r--r-- | doom-emacs/.doom.d/init.el | 48 |
1 files changed, 25 insertions, 23 deletions
diff --git a/doom-emacs/.doom.d/init.el b/doom-emacs/.doom.d/init.el index 197bb7d..472a904 100644 --- a/doom-emacs/.doom.d/init.el +++ b/doom-emacs/.doom.d/init.el @@ -23,10 +23,10 @@ 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 - ;;fill-column ; a `fill-column' indicator + fill-column ; a `fill-column' indicator hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW hydra - ;;indent-guides ; highlighted indent columns + indent-guides ; highlighted indent columns modeline ; snazzy, Atom-inspired modeline, plus API nav-flash ; blink the current line after jumping ;;neotree ; a project drawer, like NERDTree for vim @@ -61,7 +61,7 @@ vc ; version-control and Emacs, sitting in a tree :term - ;;eshell ; a consistent, cross-platform shell (WIP) + eshell ; a consistent, cross-platform shell (WIP) shell ; a terminal REPL for Emacs ;;term ; terminals in Emacs ;;vterm ; another terminals in Emacs @@ -71,7 +71,7 @@ ;;debugger ; FIXME stepping through code, to help you add bugs ;;direnv ;;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 eval ; run code, run (also, repls) flycheck ; tasing you for every semicolon you forget @@ -82,28 +82,30 @@ lsp ;;macos ; MacOS-specific commands magit ; a git porcelain for Emacs - ;;make ; run make tasks from Emacs + make ; run make tasks from Emacs ;;pass ; password manager for nerds - ;;pdf ; pdf enhancements + pdf ; pdf enhancements ;;prodigy ; FIXME managing external services & code builders - ;;rgb ; creating color strings + rgb ; creating color strings ;;terraform ; infrastructure as code - ;;tmux ; an API for interacting with tmux - ;;upload ; map local to remote projects via ssh/ftp - ;;wakatime + tmux ; an API for interacting with tmux + upload ; map local to remote projects via ssh/ftp + wakatime :lang ;;agda ; types of types of types of types... - ;;assembly ; assembly for fun or debugging - cc ; C/C++/Obj-C madness + assembly ; assembly for fun or debugging + (cc ; C/C++/Obj-C madness + +rtags + +irony) ;;clojure ; java with a lisp ;;common-lisp ; if you've seen one lisp, you've seen them all ;;coq ; proofs-as-programs ;;crystal ; ruby at the speed of c ;;csharp ; unity, .NET, and mono shenanigans data ; config/data formats - ;;erlang ; an elegant language for a more civilized age - ;;elixir ; erlang done right + erlang ; an elegant language for a more civilized age + elixir ; erlang done right ;;elm ; care for a cup of TEA? emacs-lisp ; drown in parentheses ;;ess ; emacs speaks statistics @@ -116,7 +118,7 @@ ;;javascript ; all(hope(abandon(ye(who(enter(here)))))) ;;julia ; a better, faster MATLAB ;;kotlin ; a better, slicker Java(Script) - ;;latex ; writing papers in Emacs has never been so fun + latex ; writing papers in Emacs has never been so fun ledger ; an accounting system in Emacs ;;lua ; one-based indices? one-based indices markdown ; writing docs for people to ignore @@ -132,19 +134,19 @@ ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional - ;;python ; beautiful is better than ugly + python ; beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs - ;;rest ; Emacs as a REST client - ;;ruby ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} - ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() + rest ; Emacs as a REST client + ruby ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} + rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good ;;scheme ; a fully conniving family of lisps sh ; 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 ; the tubes + web ; the tubes ;;vala ; GObjective-C :email @@ -160,9 +162,9 @@ ;;irc ; how neckbeards socialize ;;(rss +org) ; emacs as an RSS reader ;;twitter ; twitter client https://twitter.com/vnought - ;;(write ; emacs for writers (fiction, notes, papers, etc.) - ;; +wordnut ; wordnet (wn) search - ;; +langtool) ; a proofreader (grammar/style check) for Emacs + (write ; emacs for writers (fiction, notes, papers, etc.) + +wordnut ; wordnet (wn) search + +langtool) ; a proofreader (grammar/style check) for Emacs :config ;; For literate config users. This will tangle+compile a config.org |
