From d45518f7c33ed5dc3b41711d70ae12b960d2e9e7 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 11 Mar 2015 14:42:58 +0100 Subject: Add bindings for whitespace cleanup, line jumping & Fefes Blog --- init/functions.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init/functions.el') 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) -- cgit 1.4.1