summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2017-05-08 14:02:19 +0200
committerAlan Pearce2017-05-08 14:02:19 +0200
commitb4aa77214316958742e5e45b03a443e5b39d877d (patch)
tree52a5b9cd816b8a1fcff19ee3aefe8d9829ff0911 /emacs/.emacs.d
parent52efa35ec7babf988fc81048d89d367005ceee24 (diff)
downloaddotfiles-b4aa77214316958742e5e45b03a443e5b39d877d.tar.lz
dotfiles-b4aa77214316958742e5e45b03a443e5b39d877d.tar.zst
dotfiles-b4aa77214316958742e5e45b03a443e5b39d877d.zip
Emacs: Remove org-page setup
It doesn't seem suitable for me.  It includes javascript, in
particular for code snippet rendering and doesn't allow templates to
be defined.
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/init.org13
1 files changed, 0 insertions, 13 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 1ff42a2..67c842f 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -1666,19 +1666,6 @@ I can use this to keep a journal.  I should use it.
               (org-journal-read-or-display-entry (yesterday-time)))))
 #+END_SRC
 
-**** org-page
-
-I would like to convert my website from using hugo to something else
-that I can work with nicely from inside Emacs.  I wonder if org-page
-will do the trick.
-
-#+BEGIN_SRC emacs-lisp
-(use-package org-page
-  :config (progn
-            (setq op/site-domain "https://alanpearce.uk/"
-                  op/repository-directory "~/projects/alanpearce/"
-                  op/personal-github-link "https://github.com/alanpearce")))
-#+END_SRC
 
 * Music
 Emacs actually supports playing music via mpd.