From a30b61fb45cf5dfb4f4da1bbbb9564fb32f9493a Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 19 Nov 2022 00:41:59 +0000 Subject: Add changes to doom emacs and zsh --- doom/init.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doom/init.el') diff --git a/doom/init.el b/doom/init.el index 0e27669..e6e4aef 100644 --- a/doom/init.el +++ b/doom/init.el @@ -74,7 +74,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 @@ -89,14 +89,14 @@ ;;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 +overlay) ; run code, run (also, repls) + eval ; run code, run (also, repls) ;;gist ; interacting with github gists lookup ; navigate your code and its documentation (lsp +eglot) magit ; a git porcelain for Emacs - make ; run make tasks from Emacs + ;;make ; run make tasks from Emacs (pass +auth) ; password manager for nerds pdf ; pdf enhancements ;;prodigy ; FIXME managing external services & code builders @@ -129,7 +129,7 @@ ;;idris ; ;;(java +meghanada) ; the poster child for carpal tunnel syndrome ;;javascript ; all(hope(abandon(ye(who(enter(here)))))) - julia ; a better, faster MATLAB + ;;julia ; a better, faster MATLAB ;;kotlin ; a better, slicker Java(Script) latex ; writing papers in Emacs has never been so fun ;;lean @@ -145,7 +145,7 @@ ;;+dragndrop ; drag & drop files/images into org buffers +hugo ; use Emacs for hugo blogging ;;+jupyter ; ipython/jupyter support for babel - ;;+pandoc ; export-with-pandoc support + +pandoc ; export-with-pandoc support ;;+pomodoro ; be fruitful with the tomato technique +present ; using org-mode for presentations ) -- cgit