From b7052862a5d597c022b4389fed96e6f39f5191ca Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Thu, 28 May 2020 23:34:04 +0800 Subject: [PATCH] Update the configs for zsh and Doom Emacs --- emacs/init.el | 6 +++--- emacs/packages.el | 3 --- zsh/.profile | 1 - 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index 32e5f6b..b346470 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -40,7 +40,7 @@ (popup +defaults) ; tame sudden yet inevitable temporary windows pretty-code ; ligatures or substitute text with pretty symbols ;;tabs ; an tab bar for Emacs - treemacs ; a project drawer, like neotree but cooler + ;;treemacs ; 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 @@ -121,7 +121,7 @@ ;;faust ; dsp, but you get to keep your soul ;;fsharp ; ML stands for Microsoft's Language ;;fstar ; (dependent) types and (monadic) effects and Z3 - (go +lsp) ; the hipster dialect + ;;(go +lsp) ; the hipster dialect ;;(haskell +dante) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; @@ -149,7 +149,7 @@ ;;rest ; Emacs as a REST client ;;rst ; ReST in peace ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} - (rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap() + ;;(rust +lsp) ; 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 diff --git a/emacs/packages.el b/emacs/packages.el index 75f7ee1..0c5800c 100644 --- a/emacs/packages.el +++ b/emacs/packages.el @@ -51,9 +51,6 @@ ;;;;;;;;;;;; ; PACKAGES ; ;;;;;;;;;;;; - -(package! ewal) - (package! org-brain) (package! modus-operandi-theme) (package! modus-vivendi-theme) diff --git a/zsh/.profile b/zsh/.profile index d363759..da13606 100644 --- a/zsh/.profile +++ b/zsh/.profile @@ -29,4 +29,3 @@ export TERMINAL="alacritty" export BROWSER="firefox" export READ="zathura" export FILE="lf" -