diff --git a/init.el b/init.el index 682312d..1f95cc9 100644 --- a/init.el +++ b/init.el @@ -117,7 +117,7 @@ ;;(haskell +dante) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; - ;;(java +meghanada) ; the poster child for carpal tunnel syndrome + (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) diff --git a/packages.el b/packages.el index c9a00e9..fed7d28 100644 --- a/packages.el +++ b/packages.el @@ -6,3 +6,4 @@ ;; (package! another-package :recipe (:host github :repo "username/repo")) ;; (package! builtin-package :disable t) (package! org-super-agenda) +(package! pandoc-mode)