Tareef Mando

Results 12 issues of Tareef Mando

After installing the package, message icon in the mode line is very small, I have a 4K screen ![screenshot_20180728_093452](https://user-images.githubusercontent.com/17391433/43353866-08075d5e-924a-11e8-9837-cddd1ce9f574.png) How can I enlarge it?

enhancement
help wanted
question

I was looking to use define-word with an offline dictionary when I saw the `define-word-offline-dict-directory` variable in the source code. I searched online for the required file `en-en-withforms-enwiktionary.txt` but couldn't...

Thanks for this great package. Is there a hook that I can use to run a function after archiving a link? For example, I'm interested in downloading an org format...

Hi @a13 I use 'arabic' for ''reverse-im-input-methods' in my '.emacs' file as following: ``` (require 'reverse-im) (add-to-list 'reverse-im-input-methods "arabic") (reverse-im-mode t) ``` Everything works fine except for C-b (backward-char) and...

Thanks for your nice script. It's possible to download a whole album at one time?

enhancement

Hi Thanks for this nice applet. I installed it on OpenSUSE TW (plasma 5.10.3), but after restart my system plasma was crashed and I got only black screen. I tried...

Emacs 27 has introduced the `isearch-lazy-count` variable, when it is non nil it displays current match and total matches information in the mode-line. Some users could find isearch-lazy-count a sufficient...

A [new major mode](https://github.com/iwahbe/jsonian) for editing JSON files has been released recently. Trying to enable tree-sitter-hl-mode there results in an error message: ```` tree-sitter--setup: No language registered for major mode...

Hi there I just met Standard Notes yesterday, and I really impressed, because it's the only app which supports: - Both client and server are open sources (not like Simplenote...

I'm trying to move my blog from Hugo to Gatsby using orga. So I cloned the repo, installed the packages, built the site, and it works flawlessly. Then I started...