Update init.el
This commit is contained in:
parent
0160797694
commit
9008aed8c8
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue