From 07e57aa0b8449df327a54c69be06a2eb758bbebe Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 29 Mar 2020 18:37:14 -0400 Subject: [PATCH] Remove org flags from init.example.el I understand this makes them a mote more difficult to discover, but I'd argue neither +dragndrop or +present are necessary defaults, and this wasn't a comrpehensive list anyway. --- init.example.el | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/init.example.el b/init.example.el index 0860ceab7..55d05cf38 100644 --- a/init.example.el +++ b/init.example.el @@ -137,13 +137,7 @@ ;;nim ; python + lisp at the speed of c ;;nix ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel - (org ; organize your plain life in plain text - +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 - ;;+pomodoro ; be fruitful with the tomato technique - +present) ; using org-mode for presentations + org ; organize your plain life in plain text ;;perl ; write code no one else can comprehend ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more