add square bracket digraph

This commit is contained in:
Julin S 2022-02-16 11:52:50 +05:30
parent befa46b6b4
commit 98c91b5ee6
4 changed files with 11 additions and 0 deletions

View File

@ -120,6 +120,9 @@
;; Enable org mode
(org-mode)
;
;; Enable flyspell mode to highlight spelling mistakes in org mode only
;(add-hook 'org-mode-hook 'turn-on-flyspell)
;
;; babel config
(org-babel-do-load-languages
'org-babel-load-languages

View File

@ -108,6 +108,9 @@
((?_ ?\() . ?\x208d) ; ₍
((?_ ?\)) . ?\x208e) ; ₎
((?[ ?[) . ?\x27e6) ; ⟦
((?] ?]) . ?\x27e7) ; ⟧
; Italic letters (resemble italics syntax in emacs org-mode)

View File

@ -52,6 +52,8 @@ c.new_instance_open_target = 'window'
c.url.searchengines['g'] = 'https://www.google.com/search?q={}'
c.url.searchengines['@w'] = 'https://en.wikipedia.org/w/index.php?search={}'
c.url.searchengines['@s'] = 'https://scholar.google.com/scholar?q={}'
c.url.searchengines['@s2'] = 'https://academic.microsoft.com/search?q={}&f=&orderBy=0&skip=0&take=10'
c.url.searchengines['@py'] = 'https://docs.python.org/3/library/{}.html'
## Set default search engine
c.url.searchengines['DEFAULT'] = 'https://lite.duckduckgo.com/lite/?q={}'

View File

@ -75,6 +75,9 @@ digr ^= 8316 " ⁼
digr ^( 8317 " ⁽
digr ^) 8318 " ⁾
digr [[ 10214 " ⟦
digr ]] 10215 " ⟧
"" Sub-script characters
" Note: b, c, d, f, g, q, w, y, z haven't got sub-script version.