making pgtk work better and setting up a bit better ui

This commit is contained in:
Chris Cochrun 2022-05-12 12:01:46 -05:00
parent c25d060033
commit 505274a62e
3 changed files with 231 additions and 31 deletions

View file

@ -19,6 +19,7 @@
;; ;; we must prevent Emacs from doing it early!
;; (setq package-enable-at-startup nil)
;; (fset #'package--ensure-init-file #'ignore) ; DEPRECATED Removed in 28
(setq package-enable-at-startup nil)
;; ;; `file-name-handler-alist' is consulted on every `require', `load' and various
;; ;; path/io functions. You get a minor speed up by nooping this. However, this