Anthony Jarvis-Clark

Results 10 comments of Anthony Jarvis-Clark

In Emacs 30 from homebrew + d12frosted/emacs-plus on macOS, I did this to activate ligatures (Assuming the font Iosevka which is great!) 1. `package-install` ligatures 2. Grab the correct config...

Cool, I'll test in 28 and 29 too, then submit a PR. Expect it probably towards the end of this week or this weekend.

Unfortunately I have that setting enabled to work with https://github.com/asdf-vm/asdf-nodejs Would it be possible to create a way to disable that message? If I deployed this across my teams, it...

I'd very much like to use a condensed/narrow version of these new fonts! I currently use [MPlus Code](https://mplusfonts.github.io/) which unfortunately doesn't support ligatures, and I'm intrigued by Monaspace and the...

Unfortunately the Neptune Bulk Load error still happens when the AWS_ variables are set. I've confirmed that AWS_ variables are being set correctly from the result of `aws sts assume-role`.

This is happening in a codebuild project and within an EC2 with the same role. Neither of those methods use a `~/.aws` directory. We do not have direct access to...

(work account) Unfortunately not, it didn't change the behaviour.

I will look into that, thank you very much. I won't be able to get to it until the weekend, is it OK if this issue remains open until then?

Here's what I've discovered: Using a barebones `init.el` in a fresh `~/.emacs.d/` directory: ```lisp (setq package-enable-at-startup nil) ;; Now we need MELPA (require 'package) (setq package-archives '(("MELPA" . "https://melpa.org/packages/") ("GNU...

With `org-journal-hide-entries-p` to to `nil`: With that variable set to `t`, the same layout as the previous comment is shown, i.e. the properties drawer is hidden. I don't want to...