Mohsin Kaleem

Results 247 comments of Mohsin Kaleem

@minad If it's not desirable I can revert it later. Have you seen the earlier comments from @tmalsburg regarding this. The gist is there needs to be someway for users...

@leoliu Wow that's really recent. If that's the case then I can understand avoiding using the new hooks style until a few more emacs releases. I made this PR because...

@leoliu Looking back on it you mention the hooks support has been in emacs for a while. Wouldn't that mean you can migrate ggtags to the hooks API and still...

I really think emacs needs better support for just highlighting an arbitrary string. Different packages keep re-implementing this and none really reach the same quality as just writing them into...

I second this. I'm looking to implement something like a frontend for emacs where I get a fzf like popup and can narrow down to an item in the docset...

Damn. That sucks. Guess I'll have to find a way to make devdocs interface with dash docsets.

Looks to me like @jethrokuan [removed](https://github.com/org-roam/org-roam/commit/53dcf687ef4f905c78edba959160bab2011823a9) the org-roam-graph feature in v2. Not sure whether there's any intent to re-add it or not, but for v2 we may have to reimplement...

I'm usng this atm, it works pretty well for me. ```shell function fzcheat() { local fzf_args=( -d ':' --ansi --with-nth '2..' --bind 'ctrl-y:execute-silent(echo {1} | clip)' --bind 'alt-e:execute(cheat -e {1})'...

@ThomasFKJorna > There is a setting which almost does what you want, under "Behavior" > "Follow Emacs by..." and select "Opening the local graph". A decent compromise. Thank you :smile:....

@sethen It's honestly not that difficult. See [here](https://gist.github.com/mohkale/09d4f8e0635d4d32eb43775772ad5fba). You need to create an alist of code points that references every icon in the font, then call `all-the-icons-define-icon`. ![Screenshot_20210928_170630](https://user-images.githubusercontent.com/23294780/135124389-139275f2-d2af-4c7e-9ee2-a5f0c49f9975.png) From then...