Skip to content

Instantly share code, notes, and snippets.

View tapickell's full-sized avatar
🌴
Just happy to be here

Todd Pickell tapickell

🌴
Just happy to be here
View GitHub Profile
Current Statie is a Left Fold of previous behaviours (events).
Functional EVent Sourcing Perspective.
A Snapshot is a memoization of the Left Flod.
@tapickell
tapickell / .spacemacs
Created August 12, 2024 04:57
.spacemacs org roam
;; -*- mode: emacs-lisp; lexical-binding: t -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Layer configuration:
This function should only modify configuration layer settings."
(setq-default
;; Base distribution to use. This is a layer contained in the directory
;; `+distribution'. For now available distributions are `spacemacs-base'
@tapickell
tapickell / config.el
Created August 24, 2024 15:51
Doom Emacs OrgMode config
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-
;; Place your private configuration here! Remember, you do not need to run 'doom
;; sync' after modifying this file!
;; Some functionality uses this to identify you, e.g. GPG configuration, email
;; clients, file templates and snippets. It is optional.
(setq user-full-name "Todd Pickell"
user-mail-address "todd@tap-software.com")