Skip to content

Instantly share code, notes, and snippets.

View aclarknexient's full-sized avatar

Anthony Jarvis-Clark aclarknexient

  • Launch by NTT Data
  • Ann Arbor, Michigan
View GitHub Profile
@aclarknexient
aclarknexient / init.el
Created July 28, 2024 16:52
Barebones init.el to load Org-Journal
(setq package-enable-at-startup nil)
;; Now we need MELPA
(require 'package)
(setq package-archives
'(("MELPA" . "https://melpa.org/packages/")
("GNU ELPA" . "https://elpa.gnu.org/packages/")))
(package-initialize)
(defvar bootstrap-version)