alphapapa / alphapapa/org-rifle
Pluggable abbreviations
- Ngôn ngữ chính
- Emacs Lisp
- Star
- 515
- Fork
- 30
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Org rifle is great, I use it often and it gave me an enhancement idea.
For example, I search my notes for javascript stuff. I find it quickly, but it's annoying to type javascript or even javas often. Why can't I type js instead?
So I'd like to see a pluggable abbreviation feature where I could specify an alist for custom abbreviations.
E.g.
`(setq org-rifle-abbrevs '(("js" . "javascript") ("ga" . "google analytics") ...))`
With this set I could search for "js timer" and it would return "javascript timer" entries too. (And also the original "js" matches in case one wants to search for the original input, not the expanded abbreviation.)
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.