diff options
author | Vincent Ambo <mail@tazj.in> | 2020-12-20T16·17+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-12-20T16·25+0000 |
commit | 8ad3e84e407c3476910cde2104505942f57f9fad (patch) | |
tree | abc7520f387879513f6b13600d751acd898e6eff /users/tazjin/emacs | |
parent | 5ebe28cca271e2ca38faa2429cdc9bcb05c44c42 (diff) |
chore(tazjin/emacs): Remove #'fefes-blog r/2020
It's not worth reading anymore, he's getting old. Change-Id: Ia9bac99169949c3f057c0e9c526cbc99e925af76 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2283 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/emacs')
-rw-r--r-- | users/tazjin/emacs/config/functions.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/users/tazjin/emacs/config/functions.el b/users/tazjin/emacs/config/functions.el index 9603af7dd6b9..74c737ad71e1 100644 --- a/users/tazjin/emacs/config/functions.el +++ b/users/tazjin/emacs/config/functions.el @@ -30,11 +30,6 @@ (find-file (concat "/sudo:root@localhost:" (read-file-name "File: "))) (find-alternate-file (concat "/sudo:root@localhost:" buffer-file-name)))) -;; Open Fefes blog -(defun fefes-blog () - (interactive) - (eww "https://blog.fefe.de/")) - ;; Open the NixOS man page (defun nixos-man () (interactive) |