rewrote aquamacs post

master
jahnertz 2020-11-17 17:14:19 +11:00
parent 6089112ae7
commit d3a3ad3212
8 changed files with 16 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

View File

@ -1,20 +1,21 @@
---
layout: post-plain
title: "On Aquamacs"
title: "Aquamacs - An Emacs for MacOS"
date: 2020-10-22 10:00 +0800
categories: design
---
{% asset "Aquamacs_AltLogo_201021_v01-01.png"
<div style="margin-bottom: 4em">{% asset "Aquamacs_PostHeader_201117_v01-02.png"
@optim
srcset:width=900
srcset:width=500
srcset:width=300
%}
Emacs is great. After using the MacOS carbon version of Emacs for about a year, I've come to depend on Org-mode as a second brain. It's become the place where I store notes, plan work and track my progress toward personal goals. Why would I use a code editor as an organizer? I'm by no means a coder - my work as a digital designer requires me to vaguely understand what's going on underneath, but to leave the coding to the codemonkeys. I do however, tinker, test and take things apart without intending to put them back together, so an agnostic editor that doesn't feel like it's pushing me toward publishing code keeps coding playful.
%}</div>
Emacs is great. After using the MacOS carbon version of Emacs for about a year, I've come to depend on Org-mode as a second brain. It's become the place where I store notes, plan work and track my progress toward personal goals. Why would you want to use a text editor as an organizer? I'm by no means a coder. I do however, tinker and take things apart (without intending to put them back together). Emacs feels like its built for this purpose, not like it's pushing me toward publishing code.
It's well known that the text-editor Emacs can do everything but edit text. This felt painfully true after coming from vim. But, as with vim, once you learn the keys it's quite natural, and I was surprised to find that emacs editing keys are usable in most regular text editing in MacOS. After figuring out the ctrl-A's and ctrl-K's the speed of all my text editing increased, not just when working in Emacs.
I came to Emacs via Vim and though the keys aren't nearly as natural, I was surprised to find that emacs editing keys are usable in most regular text editing in MacOS. After figuring out the standard bindings, the speed of all my text editing increased, not just when working in Emacs.
[Aquamacs](http://aquamacs.org/) is building the bridge from the other side of the river. It offers better integration with MacOS's finder and is somewhat more sane in its initial installed state. Though there is one major issue - it is an ugly mofo. Emacs isn't pretty at the best of times, but simple un-highlighted code does have some aesthetic value. I admit part of the reason I play with code is that zen state you fall into when you hit compile and watch results (sans amygdala-hijacking error messages) flow sliently down the monochromatic display. Nothing about the base install of Aquamacs evokes this. The garish toolbar and tabs can be easily hidden with `(tool-bar-mode 0)` and `(tabbar-mode 0)` in the config file, and I hastily installed the [sanityinc-tomorrow themes](https://github.com/purcell/color-theme-sanityinc-tomorrow) to sooth my burning eyes, but It's goofy gnu icon still stared into me with it's sad black eyes whenever I hit ⌘-Tab.
[Aquamacs](http://aquamacs.org/) is coming from the other direction - building in better integration with MacOS's keybindings and playing nicely with MacOS's Finder. There is, however one major issue - it is an ugly child. Aquamacs isn't so pretty out of the box. The garish toolbar and tabs can be easily hidden with `(tool-bar-mode 0)` and `(tabbar-mode 0)` in the config file, and I hastily installed the [sanityinc-tomorrow themes](https://github.com/purcell/color-theme-sanityinc-tomorrow) to sooth my burning eyes, but It's goofy gnu icon still stared into me with it's sad black eyes whenever I hit ⌘-Tab.
{% asset "Aquamacs_Dock_02_201022.png" %}
@ -22,6 +23,13 @@ I had a few free minutes the next morning to mock up an alternative icon which s
{% asset "Aquamacs_Dock_01_201022.png" %}
I originally planned to recreate the 'Gnu in water' icon in a cleaner style but it was easier to follow Andrew Zhilin's stylized Gnu horns. The icon is available as a .png [here](/assets/Aquamacs_AltLogo_201021_v01-01.png). How to change an application icon on mac is [explained here](https://www.howtogeek.com/677739/how-to-change-app-file-and-folder-icons-on-mac/).
I originally planned to recreate the 'Gnu in water' icon in a cleaner style but it was easier to follow Andrew Zhilin's stylized Gnu horns. The icons are available as .png images below. How to change an application icon on mac is [explained here](https://www.howtogeek.com/677739/how-to-change-app-file-and-folder-icons-on-mac/).
If you're a townie or other tilde user who wants some small graphics for a project, or you want to collaborate, send me a message on irc or tilde.town email.
<div style="display: flex;">
<a href="{% asset "Aquamacs_AltLogo_201117_v02-03.png" @path %}">{% asset "Aquamacs_AltLogo_201117_v02-03.png" %}</a>
<a href="{% asset "Aquamacs_AltLogo_201117_v02-02.png" @path %}">{% asset "Aquamacs_AltLogo_201117_v02-02.png" %}</a>
<a href="{% asset "Aquamacs_AltLogo_201117_v02-04.png" @path %}">{% asset "Aquamacs_AltLogo_201117_v02-04.png" %}</a>
<a href="{% asset "Aquamacs_AltLogo_201117_v02-01.png" @path %}">{% asset "Aquamacs_AltLogo_201117_v02-01.png" %}</a>
</div>
If you're a townie or other tilde user who wants some small graphics for a project, or you want to collaborate, send me a message on irc or tilde.town email!