From 6518254d34490bc229f72c6152b3683e534d76cc Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 6 May 2026 02:07:25 +0800 Subject: dashboard: change text and add wifi-toggle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * dashboard.el (dashboard): The text is changed from the most famous mantra of अवलोकित्श्वरस्य to that of मञ्जुश्रेः. (C-c w w): this key-binding now toggles the wifi status. --- dashboard.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dashboard.el') diff --git a/dashboard.el b/dashboard.el index 393df59..988cd8c 100644 --- a/dashboard.el +++ b/dashboard.el @@ -131,7 +131,7 @@ If FORCE is non-nil, re-gerenate the dashboard buffer." (insert (dashboard-center-string (propertize - "ॐ मणिपद्मे हूम्" + "ॐ अरपचनधीः" 'face (list :height 600)))) (goto-char (point-min)) (set-buffer-modified-p nil) @@ -176,6 +176,7 @@ common functionalities more conveniently." (define-key m (vector ?C) #'dashboard-org-capture) (define-key m (vector ?p) #'project-switch-project) (define-key m (vector ?x) #'execute-extended-command) + (define-key m (vector ?w) #'durand-wifi-toggle) (define-key m (vector ?n) #'novel)) ;;; Define novel command as a wrapper, if not already loaded -- cgit v1.2.3-18-g5258