Add bindings for whitespace cleanup, line jumping & Fefes Blog
This commit is contained in:
parent
4cca819886
commit
d45518f7c3
2 changed files with 12 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue