
osx - What is the difference between Aquamacs and other Mac …
Aquamacs 3.1 came out the day Emacs 24.4 was released (and it incorporated all of Emacs 24.4 features and a subset of its bugs). Aquamacs has >10k regular users, is actively supported. The Emacs Mac Port originated much later than the Cocoa and Nextstep port in Emacs; it is considered experimental and the original author advises against ...
Where should I put a custom theme in Aquamacs?
The Aquamacs Preferences.el file is in the directory: ~/Library/Preferences/Aquamacs Emacs$ Can I store ...
shell - How to run tmux in Aquamacs - Emacs Stack Exchange
I quite like tmux and Aquamacs. I've recently been interested in how to integrate the two together. As far as I know, one cannot run Aquamacs within a terminal even with the Aquamacs CLI tool, so the next natural option is to run tmux in Aquamacs via something like Emacs' shell mode. Unfortunately, I've been running into some bottlenecks in ...
Why aquamacs does not read ~/.emacs.d/init.el?
Aquamacs does indeed read the init.el that can be placed inside ~/.emacs.d/init.el. This can be verified ...
What can I use instead of `diff-buffers` in Aquamacs?
Jun 1, 2021 · According to the Emacs manual, “the command M-x diff-buffers compares the contents of two specified buffers”. But Aquamacs (Aquamacs 3.2 GNU Emacs 24.4.51.2, macOS 10.14.4) gives me no match for this
How can I load the solarized-dark theme correctly in Aquamacs …
Sep 9, 2016 · In your ~/.emacs or ~/.emacs.d/init.el or ~/Library/Preferences/Aquamacs Emacs/Preferences.el (where ever you load your theme from, add (setq default-frame-alist nil) before you load your theme, a la: (when window-system (when (featurep 'aquamacs) (setq default-frame-alist nil)) (load-theme 'my-new-theme t)) Or, more simply:
set default fonts for Aquamacs in .emacs - Emacs Stack Exchange
Sep 11, 2017 · I am running Aquamacs 3.3 under macOS Sierra (10.12.6). The default fonts are way too small. How can I do the equivalent of the following tedious procedure via code in my .emacs? Options Menu -> Appearance-> font for LaTeX mode (or whichever mode I'm in) The fonts window now pops up and I need to: click Monaco 18.0 pt
Flycheck installation to aquamacs from melpa failing
Nov 7, 2014 · Using Aquamacs Aquamacs 3.2 GNU Emacs 24.4.51.2 (x86_64-apple-darwin14.0.0, NS apple-appkit-1343.14) of 2014-11-07 (Aquamacs-3.2) on watson.local trying to install Flycheck from stable.mel...
Change permanently font size in Aquamacs - Emacs Stack Exchange
Oct 3, 2018 · Personally, I want all Menlo all the time. I achieve this in Aquamacs with: (when window-system (setq initial-frame-alist nil) ;; Undo Aquamacs forced defaults (setq default-frame-alist nil) ;; Undo Aquamacs forced defaults (aquamacs-autoface-mode -1) ;; Use one face (font) everywhere (set-frame-font "Menlo-12") ;; Set the default font to Menlo size 12 ;;(set-default-font "Menlo-12") ;; This ...
Aquamacs error while loading .emacs - Emacs Stack Exchange
Nov 1, 2022 · I try reinstalling opam and his packages and aquamacs from scatch, try editing the .emacs and the .opam-user-setup.el (the equivalent of init.el I think) but nothing worked. I understand that most of the errors caused by "Symbol's function definition is void" are a package that is not loaded, so I tried adding this to .opam-user-setup.el :