aboutsummaryrefslogtreecommitdiffstats
path: root/doom/init.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-11-19 00:41:59 +0000
committerYann Herklotz <git@yannherklotz.com>2022-11-19 00:42:31 +0000
commita30b61fb45cf5dfb4f4da1bbbb9564fb32f9493a (patch)
tree8cbdd881b0c5010513171f2ee06862bd98d45c89 /doom/init.el
parent07b6f9222d743d54380faef01c5ebf7108d1f02c (diff)
downloaddotfiles-a30b61fb45cf5dfb4f4da1bbbb9564fb32f9493a.tar.gz
dotfiles-a30b61fb45cf5dfb4f4da1bbbb9564fb32f9493a.zip
Add changes to doom emacs and zsh
Diffstat (limited to 'doom/init.el')
-rw-r--r--doom/init.el12
1 files changed, 6 insertions, 6 deletions
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
)