Skip to content

Instantly share code, notes, and snippets.

@mbger
mbger / no-sdl.odin
Created September 3, 2024 18:53
Odin: Open window on macOS and draw w/ metal
package main
import "base:intrinsics"
import "core:os"
import "core:strings"
import "core:math"
import "core:fmt"
import NS "core:sys/darwin/Foundation"
@mbger
mbger / config.el
Last active December 13, 2018 10:58
doom-emacs private config on windows
;;; ~/.configs/doom.d/config.el -*- lexical-binding: t; -*-
(setq doom-font (font-spec :family "Iosevka SS08 Medium" :size 24))
(after! evil-escape
(setq evil-escape-key-sequence "kj"))