Tareef Mando
Tareef Mando
After installing the package, message icon in the mode line is very small, I have a 4K screen  How can I enlarge it?
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?
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...