2022-12-08 00:31:43 -08:00
|
|
|
(setq native-comp-speed -1)
|
2023-01-17 17:11:30 -08:00
|
|
|
;; (setq package-enable-at-startup nil)
|
2022-12-13 12:03:03 -08:00
|
|
|
|
|
|
|
|
;; Anti-flashbang
|
2023-01-17 17:11:30 -08:00
|
|
|
;;(custom-set-faces
|
|
|
|
|
;; '(default ((t (:foreground "#b7c9ee" :background "#0d1017")))))
|
2022-12-13 12:03:03 -08:00
|
|
|
(menu-bar-mode -1)
|
|
|
|
|
(tool-bar-mode -1)
|
2023-01-14 02:26:58 -08:00
|
|
|
|
|
|
|
|
;; This defaults to XDG_CONFIG_HOME, which is bad because lots of
|
|
|
|
|
;; state gets written to it.
|
|
|
|
|
(setq user-emacs-directory
|
|
|
|
|
(concat (file-name-as-directory (getenv "XDG_DATA_HOME")) "emacs"))
|