From e11a0f451832af97e873c29e755042f4d530d529 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 13 Dec 2023 14:30:13 +0800 Subject: dashboard: प्रदेशस्संस्कृतम् MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * dashboard.el (dont-kill-dashboard-fn): I prefer to display sanskrit here. --- dashboard.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard.el b/dashboard.el index 58bb05c..40ddbda 100644 --- a/dashboard.el +++ b/dashboard.el @@ -132,7 +132,8 @@ calls `%s' otherwise." ((eq (current-buffer) (get-buffer dashboard-buffer-name)) ;; The function message returns the message, so applying not will ;; produce nil as needed. - (not (message "Please don't kill the dashboard buffer"))) + ;; "Please don't kill the dashboard buffer" + (not (message "न निहन्याद्घाटीफलकनिधानकम्"))) (t))) (add-hook 'kill-buffer-query-functions 'dont-kill-dashboard-fn) -- cgit v1.2.3-18-g5258