From 0be45db9836e47b258a8e5ee97939711c53a99d2 Mon Sep 17 00:00:00 2001 From: AChavali Date: Sat, 8 Feb 2020 13:05:44 +0000 Subject: ~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 --- doom.d/init.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doom.d/init.el') 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. -- cgit v1.2.3-13-gbd6f