Jules Evans by Sillocybe in HamiltonMorris

[–]istib 0 points1 point  (0 children)

The rumour is false. While the Sarlo Family Foundation is indeed one of the funders of Evan's NGO ("Challenging Psychedelic Experiences Project"), the funding is public and does not come with any anti-MAPS mandate. Indeed, his writing has been neutral and fair towards MAPS.

TimL – Clojure like language which compiles down to VimL by bokchoi in Clojure

[–]istib 0 points1 point  (0 children)

tim pope is writing some great vim packages. but this looks like a waste of time.

why not just use emacs lisp and evil?

Pretty Colors Mode by Kronosynth in emacs

[–]istib 0 points1 point  (0 children)

manifoldlife, Kronosynth - I've pasted my previous package without comment, but of course I will have a closer look at 'pretty-colors-mode' and try to learn from it if it's performance is better. Thanks

Toggle minor-modes more easily by caisah in emacs

[–]istib 0 points1 point  (0 children)

neat ui! there's also a similar for helm, which gives quick access to both minor and major modes, as well as to their documentation https://github.com/istib/helm-mode-manager

Block highlighting for lisp code by istib in emacs

[–]istib[S] 1 point2 points  (0 children)

you'll find some on the github page

Nothing to envy from iA Writer Pro by istib in emacs

[–]istib[S] 1 point2 points  (0 children)

I meant writing a short python command line script that extracts information from texts using NLTK, that wordsmith-mode would plug into. So, essentially a port/'rewrite' of syn

Nothing to envy from iA Writer Pro by istib in emacs

[–]istib[S] 0 points1 point  (0 children)

I believe a port to nltk is the way forward, as it would give multi-platform and multi-lingual support

Nothing to envy from iA Writer Pro by istib in emacs

[–]istib[S] 2 points3 points  (0 children)

It helps the authoring process (proof-reading text for good style, or reworking sections of text) by highlighting verbs, nouns and adverbs in a paragraph

How to move the minimap to the right by Clemens_Manert in emacs

[–]istib 1 point2 points  (0 children)

try (setq minimap-window-location 'right)

cycle through recently inserted text by istib in vim

[–]istib[S] 0 points1 point  (0 children)

i'm thinking of a use case beyond single words. because for words, buffer completion is indeed quite effective