From 107eab7ef6311a5b5f9c85c179ae83b2e3204094 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 8 Jan 2023 18:19:04 -0600 Subject: myeahhhhhh --- early-init.el | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index 3dd74e0..d59fe64 100644 --- a/early-init.el +++ b/early-init.el @@ -5,10 +5,11 @@ ;; Debugging shit (setq debug-on-error t use-package-verbose t) +;; (setq debug-on-message "Selection owner couldn’t convert: TIMESTAMP") ;; Frames (setq default-frame-alist '((tool-bar-lines . 0) - ;; (menu-bar-lines . 0) + (menu-bar-lines . 0) (vertical-scroll-bars . nil) (horizontal-scroll-bars . nil)) frame-inhibit-implied-resize t @@ -21,11 +22,13 @@ ;; Packages (require 'package) (add-to-list 'package-archives - '("melpa" . "https://melpa.org/packages/") - :append) -(setq package-priorities '(("melpa" . 2) - ("nongnu" . 1) - ("gnu" . 0))) + '("melpa" . "https://melpa.org/packages/") :append) +(add-to-list 'package-archives + '("melpa-stable" . "https://stable.melpa.org/packages/") :append) +(setq package-priorities '(("melpa" . 3) + ("nongnu" . 2) + ("gnu" . 1) + ("melpa-stable" . 0))) (package-initialize) (unless package-archive-contents (package-refresh-contents)) -- cgit 1.4.1-21-gabe81