From 6d4a73268b20faa4585734d5540187d8ccb20869 Mon Sep 17 00:00:00 2001 From: eli Date: Tue, 10 Sep 2019 23:19:34 -0400 Subject: [PATCH] namespaced functions --- pillow-fort.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pillow-fort.org b/pillow-fort.org index a33bfbc..467305d 100644 --- a/pillow-fort.org +++ b/pillow-fort.org @@ -194,7 +194,7 @@ I've been waffling a lot, lately, and also enjoying light themes. :config (add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))) -;; Ability to export org files in various formats +;; Export org files in various formats (use-package htmlize :ensure t) (use-package ox-pandoc @@ -297,6 +297,7 @@ Who needs Postman when you've got emacs!? #+END_SRC * Useful functions + Namespaced custom funtions. ** Quickly edit this very file! #+BEGIN_SRC emacs-lisp (defun pillow-fort/find-config ()