about summary refs log tree commit diff
path: root/init/functions.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@kivra.com>2015-03-11T13·42+0100
committerVincent Ambo <vincent@kivra.com>2015-03-11T13·42+0100
commitd45518f7c33ed5dc3b41711d70ae12b960d2e9e7 (patch)
tree2abcde44b23721313b032c4da124481424d0ee7c /init/functions.el
parent4cca819886657fe6300435ed97296a9848995cc8 (diff)
Add bindings for whitespace cleanup, line jumping & Fefes Blog
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 a0bf51a9e0..6389931bc0 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)