Update init.el

main
Rawley Fowler 2 years ago committed by GitHub
parent 0160797694
commit 9008aed8c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save