Tag Archives: Emacs

Zamansky: Learning Elisp #13

Mike Zamansky has published the latest video in his emoji project. It’s a short video but, for me, the most useful so far. That’s because it’s about something I didn’t understand very well: overlays. In the last video, Zamansky showed … Continue reading

Posted in General | Tagged , | Leave a comment

Org-flow-mode

jouke hijlkema has published a nifty project that uses Org mode to draw flow charts. “Uses Org mode” means, in addition to the obvious, that the Org source tree reflects the diagram tree. The project is still new and development … Continue reading

Posted in General | Tagged , | Leave a comment

🥩 Red Meat Friday: You Don’t Need A Terminal Emulator

Andrey Listopadov has an interesting post that advances the notion that you don’t need a terminal emulator. To developers, that’s already an idea worthy of being included as a Red Meat Friday offering but the real reason this is a … Continue reading

Posted in General | Tagged , | Leave a comment

Emacs Line Wrapping

Line breaking in Emacs is a complicated thing. By default the line just stops at the window edge and you have to scroll right to see some or all of the truncated part. This is called truncating long lines. That’s … Continue reading

Posted in General | Tagged | Leave a comment

Zamansky: Learning Elisp #12

Mike Zamansky just published the latest video in his Learning Elisp series. This is the second video is his project to insert emojis into a buffer by replacing keywords with the corresponding emoji. In his previous post, Zamansky showed how … Continue reading

Posted in General | Tagged , | Leave a comment

An Occur Video

Occur is, I think, an underappreciated command. At first glance, it seems sort of like grep except it works on buffers rather than files. You give it a regular expression and it opens a new buffer that lists the matches. … Continue reading

Posted in General | Tagged | Leave a comment

Customizing Emacs Menus

As I’ve mentioned before, I’m not a big fan of Emacs menus. That’s mostly because I’m much faster if I can stick to the keyboard and, of course, my general desire to avoid the mouse when I can. Still, I … Continue reading

Posted in General | Tagged | Leave a comment

Open Xcode From Emacs At The Same Line

Álvaro Ramírez has a nice post on opening a file in the macOS Xcode editor from Emacs. There’s nothing unusual about that, of course, but Ramírez’s wrinkle is that he wants Xcode to open at the same line the Emacs … Continue reading

Posted in General | Tagged , | Leave a comment

Elisp Links

In order to be a really proficient Emacs user, you’re going to have to learn at least a little bit of Elisp. As I’ve said before, Elisp is at once both easy and hard to learn. Like all Lisps, there’s … Continue reading

Posted in General | Tagged , | Leave a comment

Crafted Emacs v2

Michael Ashley wrote to tell me that System Crafters has released version 2 of their Crafted Emacs configuration. Irreal readers will be familiar with System Crafters from David Wilson’s System Crafters video series that I’ve written about many times. It … Continue reading

Posted in General | Tagged | Leave a comment