diff options
| author | JSDurand <mmemmew@gmail.com> | 2026-05-06 02:07:25 +0800 |
|---|---|---|
| committer | JSDurand <mmemmew@gmail.com> | 2026-05-06 02:07:25 +0800 |
| commit | 6518254d34490bc229f72c6152b3683e534d76cc (patch) | |
| tree | ab54db4d17cb6d81ebe9c3ab4225592ba5a06659 | |
| parent | 7757112b4e60c490914c2f28c1e03d4756ff31a9 (diff) | |
dashboard: change text and add wifi-toggle
* 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.
| -rw-r--r-- | dashboard.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
