Update init.el

This commit is contained in:
Rawley Fowler 2022-06-13 21:08:50 -06:00 committed by GitHub
parent 0160797694
commit 9008aed8c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,9 @@
(transient-mark-mode)
(show-paren-mode 1)
(when (eq system-type 'gnu/linux)
(set-face-attribute 'default nil :font "Terminus"))
(defalias 'yes-or-no-p 'y-or-n-p)
(require 'package)