diff options
author | JSDurand <mmemmew@gmail.com> | 2023-12-13 14:30:13 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2023-12-13 14:30:13 +0800 |
commit | e11a0f451832af97e873c29e755042f4d530d529 (patch) | |
tree | c525d4fdfe0e0bfd8fcf4811f71cef886cf3856a /dashboard.el | |
parent | 711175587fe8022dbaae300916006fdfe74ca442 (diff) |
dashboard: प्रदेशस्संस्कृतम्
* dashboard.el (dont-kill-dashboard-fn): I prefer to display sanskrit
here.
Diffstat (limited to 'dashboard.el')
-rw-r--r-- | dashboard.el | 3 |
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) |