diff options
Diffstat (limited to '.emacs.local.d')
-rw-r--r-- | .emacs.local.d/general.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.local.d/general.el b/.emacs.local.d/general.el index e76f985..e2bd03b 100644 --- a/.emacs.local.d/general.el +++ b/.emacs.local.d/general.el @@ -1,11 +1,11 @@ -(message nil);; Debian packages: elpa-use-package elpa-fill-column-indicator +(message nil);; Debian packages: elpa-use-package elpa-fill-column-indicator fonts-hack ;; This is only needed once, near the top of the file (eval-when-compile (require 'use-package)) (add-to-list 'default-frame-alist - '(font . "DejaVu Sans Mono-12")) + '(font . "Hack-12")) ;; Added by Package.el. This must come before configurations of ;; installed packages. Don't delete this line. If you don't want it, @@ -14,7 +14,7 @@ (package-initialize) (add-to-list 'package-archives - '("melpa-stable" . "https://stable.melpa.org/packages/") t) + '("melpa" . "https://melpa.org/packages/") t) (add-to-list 'load-path "~/.emacs.local.d/elisp") |