This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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 |