md-arif-shaikh / emacs-bn

Collection of functions to display emacs in Bangla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display emacs in Bangla

Table of Contents

About

This package provides a collection of functions to display emacs in Bangla.

  • It consists of core functions to display number, monthname, dayname etc in Bangla.
  • This package provides custom functions to display the modeline in Bangla. Using this package one should be able to create custom modeline in Bangla. As a bonus this package provides advice to the excellent doom-modeline to show the modeline in Bangla and hence if you already use doom-modeline package then you have to do less to have a beautiful modeline in Bangla (see the screenshots below).
  • Using this package you can display your org-agenda in Bangla (see the screenshot below).
  • Using this package you should be able tweak, advice functions to display your emacs in Bangla.

Install using straight and use-package

(use-package bn
  :straight (bn :type git :host github :repo "md-arif-shaikh/emacs-bn"))

Display modeline in Bangla

If you have doom-modeline installed then add (bn-display--doom-modeline) in your config file.

If you do not have doom-modeline the add (bn-display--modeline) in your config file.

Display org-agenda in Bangla

Add (bn-display--org-agenda) in your config file.

About

Collection of functions to display emacs in Bangla

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%