about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-12-20T16·17+0100
committertazjin <mail@tazj.in>2020-12-20T16·25+0000
commit8ad3e84e407c3476910cde2104505942f57f9fad (patch)
treeabc7520f387879513f6b13600d751acd898e6eff /users
parent5ebe28cca271e2ca38faa2429cdc9bcb05c44c42 (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')
-rw-r--r--users/tazjin/emacs/config/functions.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/users/tazjin/emacs/config/functions.el b/users/tazjin/emacs/config/functions.el
index 9603af7dd6..74c737ad71 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)