Skip to content

Instantly share code, notes, and snippets.

View luposlip's full-sized avatar
💭
functional

Henrik Mohr luposlip

💭
functional
View GitHub Profile
@luposlip
luposlip / .emacs
Last active October 25, 2021 08:14
My Emacs init.el for Clojure/ErgoEmacs/ParEdit joy (hopefully)
(require 'package)
(prefer-coding-system 'utf-8)
;; with emacs 26.1 on Ubuntu Budgie 19.04 I couldn't get ergoemacs-mode to work from melpa.
;; So I had to clone from git:
;; cd ~/.emacs.d
;; git clone -b master --single-branch https://github.com/ergoemacs/ergoemacs-mode.git
(add-to-list 'load-path "~/.emacs.d/ergoemacs-mode")
(add-to-list 'package-archives