diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-02-08 13:05:44 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-02-08 13:05:44 +0000 |
commit | 0be45db9836e47b258a8e5ee97939711c53a99d2 (patch) | |
tree | 82b26c0a6a7c1e44d0a892e46712a9b39216bca6 | |
parent | 8d77f06ae5d77ff57629f31736e219d9a25b6ff8 (diff) | |
download | dotfiles-0be45db9836e47b258a8e5ee97939711c53a99d2.tar.gz dotfiles-0be45db9836e47b258a8e5ee97939711c53a99d2.tar.bz2 dotfiles-0be45db9836e47b258a8e5ee97939711c53a99d2.zip |
~changes to modules in doom
+childframe for ivy as it is useful, can configure it to go anywhere
-lsp for haskell because it doesn't work
+pomodoro for the pomodoro technique
+rust with lsp because I want to start learning rust
-rw-r--r-- | doom.d/init.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doom.d/init.el b/doom.d/init.el index 741d845..d8bbe3d 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -15,7 +15,8 @@ company ; the ultimate code completion backend (ivy +fuzzy - +icons) ; a search engine for love and life + +icons + +childframe) ; a search engine for love and life ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... @@ -114,7 +115,7 @@ ;;ess ; emacs speaks statistics ;;fsharp ; ML stands for Microsoft's Language ;;go ; the hipster dialect - (haskell +lsp) ; a language that's lazier than I am + (haskell) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; ;;(java +meghanada) ; the poster child for carpal tunnel syndrome @@ -133,6 +134,7 @@ +dragndrop ; file drag & drop support +ipython ; ipython support for babel +pandoc ; pandoc integration into org's exporter + +pomodoro +present) ; using Emacs for presentations ;;perl ; write code no one else can comprehend ;;php ; perl's insecure younger brother @@ -143,7 +145,7 @@ ;;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() + (rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good sh ; she sells {ba,z,fi}sh shells on the C xor ;;solidity ; do you need a blockchain? No. |