From c632ce604ed0f9187f5a183b90e857658810ba8f Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 19 Oct 2016 09:23:01 +0200 Subject: [PATCH] Move org-random-todo configuration to use-package --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 724379c..78c9a96 100644 --- a/init.el +++ b/init.el @@ -528,6 +528,8 @@ 'org-babel-load-languages '((plantuml . t)))) +(use-package org-random-todo) + ;; Load my own functions (load "gnu-c-header.el") (load "toggle-window-split.el")