namespaced functions

This commit is contained in:
eli 2019-09-10 23:19:34 -04:00
parent 4b7e4add26
commit 6d4a73268b
1 changed files with 2 additions and 1 deletions

View File

@ -194,7 +194,7 @@ I've been waffling a lot, lately, and also enjoying light themes.
:config :config
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))) (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 (use-package htmlize
:ensure t) :ensure t)
(use-package ox-pandoc (use-package ox-pandoc
@ -297,6 +297,7 @@ Who needs Postman when you've got emacs!?
#+END_SRC #+END_SRC
* Useful functions * Useful functions
Namespaced custom funtions.
** Quickly edit this very file! ** Quickly edit this very file!
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(defun pillow-fort/find-config () (defun pillow-fort/find-config ()