From 222baa084f7ec6e867ae36466c47d2e33a1df8af Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 24 Dec 2020 11:58:56 +0530 Subject: [PATCH] emacs: Enable latex and pretty + journal flags for org --- emacs/.config/doom/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index 1bec9b6..312b2b7 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -137,16 +137,16 @@ ;;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 + latex ; writing papers in Emacs has never been so fun ;;lean ;;factor ;;ledger ; an accounting system in Emacs ;;lua ; one-based indices? one-based indices - markdown ; writing docs for people to ignore + markdown ; writing docs for people to ignore ;;nim ; python + lisp at the speed of c ;;nix ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel - (org +pandoc +present) ; organize your plain life in plain text + (org +pandoc +present +pretty +journal) ; organize your plain life in plain text ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional