From 67e321cd65c34bc89809d49111b014816a985431 Mon Sep 17 00:00:00 2001 From: dadada Date: Tue, 21 Sep 2021 15:52:48 +0200 Subject: [PATCH] disable some emacs packages --- home/modules/emacs/doom.d/init.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/modules/emacs/doom.d/init.el b/home/modules/emacs/doom.d/init.el index f8e10f6..a94043f 100644 --- a/home/modules/emacs/doom.d/init.el +++ b/home/modules/emacs/doom.d/init.el @@ -36,7 +36,7 @@ hydra ;;indent-guides ; highlighted indent columns ;;ligatures ; ligatures and symbols to make your code pretty again - minimap ; show a map of the code on the side + ;;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 @@ -135,8 +135,8 @@ ;;hy ; readability of scheme w/ speed of python ;;idris ; a language you can depend on json ; At least it ain't XML - (java +meghanada) ; the poster child for carpal tunnel syndrome - javascript ; all(hope(abandon(ye(who(enter(here)))))) + ;;(java +meghanada) ; the poster child for carpal tunnel syndrome + ;;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 @@ -149,7 +149,7 @@ ;;ocaml ; an objective camel org ; organize your plain life in plain text php ; perl's insecure younger brother - plantuml ; diagrams for confusing people more + ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional python ; beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever @@ -166,7 +166,7 @@ ;;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 yaml ; JSON, but readable ;;zig ; C, but simpler