summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-12-13 14:30:13 +0800
committerJSDurand <mmemmew@gmail.com>2023-12-13 14:30:13 +0800
commite11a0f451832af97e873c29e755042f4d530d529 (patch)
treec525d4fdfe0e0bfd8fcf4811f71cef886cf3856a
parent711175587fe8022dbaae300916006fdfe74ca442 (diff)
dashboard: प्रदेशस्संस्कृतम्
* dashboard.el (dont-kill-dashboard-fn): I prefer to display sanskrit here.
-rw-r--r--dashboard.el3
1 files changed, 2 insertions, 1 deletions
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)