From 2f7cf47fc4a401258c1b57ddd7e8159f9c3e76e6 Mon Sep 17 00:00:00 2001 From: eli Date: Tue, 10 Sep 2019 22:47:12 -0400 Subject: [PATCH] htmlize --- init.el | 9 ++++----- pillow-fort.org | 4 ++++ transient/history.el | 3 +++ 3 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 transient/history.el diff --git a/init.el b/init.el index 767ac23..5a277fe 100644 --- a/init.el +++ b/init.el @@ -53,14 +53,13 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(custom-safe-themes + '(package-selected-packages (quote - ("801a567c87755fe65d0484cb2bded31a4c5bb24fd1fe0ed11e6c02254017acb2" "341b2570a9bbfc1817074e3fad96a7eff06a75d8e2362c76a2c348d0e0877f31" default))) - '(package-selected-packages (quote (prettier-js use-package slime)))) + (tide prettier-js js2-mode json-mode web-mode elisp-format package-lint markdown-mode wispjs-mode cider clojure-mode ob-restclient restclient org-bullets golden-ratio flycheck aggressive-indent browse-kill-ring undo-tree hl-todo git-gutter magit nyan-mode rainbow-identifiers rainbow-delimiters company which-key helm use-package slime)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(org-done ((t (:foreground "PaleGreen" :weight normal :strike-through t)))) - '(org-headline-done ((((class color) (min-colors 16) (background dark)) (:foreground "#5E81AC" :strike-through t))))) + '(org-done ((t (:foreground "#5DA7AA" :weight normal :strike-through t)))) + '(org-headline-done ((((class color) (min-colors 16) (background light)) (:foreground "#5E81AC" :strike-through t))))) diff --git a/pillow-fort.org b/pillow-fort.org index 247745e..fd8d11c 100644 --- a/pillow-fort.org +++ b/pillow-fort.org @@ -193,6 +193,10 @@ I've been waffling a lot, lately, and also enjoying light themes. :ensure t :config (add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))) + +;; Ability to export org files as purdy HTML +(use-package htmlize + :ensure t) #+END_SRC *** Restclient diff --git a/transient/history.el b/transient/history.el new file mode 100644 index 0000000..61388e6 --- /dev/null +++ b/transient/history.el @@ -0,0 +1,3 @@ +((magit-commit + ("--all")) + (magit-push nil))