diff options
author | Vincent Ambo <vincent@kivra.com> | 2015-03-11T13·42+0100 |
---|---|---|
committer | Vincent Ambo <vincent@kivra.com> | 2015-03-11T13·42+0100 |
commit | d45518f7c33ed5dc3b41711d70ae12b960d2e9e7 (patch) | |
tree | 2abcde44b23721313b032c4da124481424d0ee7c /init/functions.el | |
parent | 4cca819886657fe6300435ed97296a9848995cc8 (diff) |
Add bindings for whitespace cleanup, line jumping & Fefes Blog
Diffstat (limited to 'init/functions.el')
-rw-r--r-- | init/functions.el | 5 |
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) |