I have been a vim user for quite some time. After numerous attempts at setting vim up more IDE like I decided to give emacs a try as I was starting to dive deeper in the scheme/lisp/racket world. Emacs has proven to be a much more flexible setup. Granted I still think knowing vim or vi is important as of its availability in more places, especially when needing to edit a remote instance. However emacs has proven very useful for having a one screen textual view of everything I need at a given time.
Ken On Thu, Nov 10, 2016 at 8:41 AM, David Raymond Christiansen < da...@davidchristiansen.dk> wrote: > On 11/05/2016 09:14 AM, Ken MacKenzie wrote: > >> And particularly if you use emacs, what add ons or setup do you do for >> racket or scheme editing in general. >> > > I use mostly Emacs. Aside from what's already been recommended here, I > really like DrRacket's handling of input of non-keyboard characters using > TeX codes with a keystroke to convert them, as opposed to the typical Emacs > setup with an input method like Agda's that converts them on the fly. > > So I ported it to Emacs: > > https://github.com/david-christiansen/dr-racket-like-unicode > > In my personal config, I use it like this: > > (use-package dr-racket-like-unicode > :ensure t > :bind (("C-\\" . dr-racket-like-unicode-char))) > > This one is also easy to customize. To add an abbreviation, type > > M-x customize-variable RET dr-racket-like-unicode-table RET > > and then you can add codes to the table. > > /David > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Racket Users" group. > To unsubscribe from this topic, visit https://groups.google.com/d/to > pic/racket-users/IguDP2TpI-Q/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > racket-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.