Tag Archives: macOS

OSX Dictionary Interface

Here’s something that may be of interest to those of you falling in the intersection of Emacs users and Mac heads. It’s an Emacs interface to the macOS dictionary app. What it does is give you access to the macOS … Continue reading

Posted in General | Tagged , | Leave a comment

Building Emacs On macOS

I often see posts on reddit and similar venues from people asking for help in building Emacs on Macs. On the one hand, it could hardly be simpler: you just download the code and call make. On the other hand, … Continue reading

Posted in General | Tagged , | Leave a comment

Vimari

Back in August, I wrote about my quest to minimize mouse usage as much as possible. That’s easy in Emacs where my mouse usage is essentially zero. It’s a bit harder when navigating between apps and performing various system duties … 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

Adding C-DEL To The macOS Keybindings

One of the little known but great features of macOS is their support of Emacs keybindings. Although most people don’t know it, this support comes in two parts. The first is that some of the common Emacs bindings such as … Continue reading

Posted in General | Tagged , | Leave a comment

Captee

Charles Choi has an application, Captee, in the Mac App store that’s a generalization of my jcs-get-link function. My function inserts an Org link to the currently active page in Safari. I use it constantly when writing blog posts. It … Continue reading

Posted in General | Tagged , | Leave a comment

Screenshots and Recording

Another day, another Álvaro Ramírez post. It’s hard to keep up. His latest post is macOS specific but very useful for those using a Mac who want to take a screen shot or capture a video. The Mac, of course, … Continue reading

Posted in General | Tagged , | Leave a comment

macOS As A Unix Workstation

Torstein K. Johansen has an interesting post on configuring a Mac to be comfortable for a Linux user. Johansen is a self described “die hard Linux user” but recently had to work on a Mac. Macs are Unix machines but … Continue reading

Posted in General | Tagged , , | Leave a comment

Emacs Keystrokes in macOS

This is your periodic reminder that you can get most of the Emacs editing keystrokes in any macOS application. I usually publish this reminder when I see a tweet or post from someone who has discovered that the Emacs cursor … Continue reading

Posted in General | Tagged , | Leave a comment

Increasing the Max Open Files in Emacs on macOS

From time to time I see complaints about Emacs having too many open files on macOS. This is because Apple has set the default number of open files for a process at 1024. Sadly, you can’t fix this by upping … Continue reading

Posted in General | Tagged , | Leave a comment