about summary refs log tree commit diff
path: root/init/functions.el
diff options
context:
space:
mode:
Diffstat (limited to 'init/functions.el')
-rw-r--r--init/functions.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init/functions.el b/init/functions.el
index a0bf51a9e031..6389931bc0b3 100644
--- a/init/functions.el
+++ b/init/functions.el
@@ -106,4 +106,9 @@ Including indent-buffer, which should not be called automatically on save."
       (kill-sexp -1)
       (insert (format "%S" value))))
 
+;; Open Fefes blog
+(defun fefes-blog ()
+  (interactive)
+  (eww "https://blog.fefe.de/"))
+
 (provide 'functions)