Replace straight.el with nix
This commit is contained in:
parent
e80b231881
commit
1f9c5f8980
5 changed files with 190 additions and 23 deletions
6
early-init.el
Normal file → Executable file
6
early-init.el
Normal file → Executable file
|
@ -1,8 +1,12 @@
|
|||
(setq native-comp-speed -1)
|
||||
(setq package-enable-at-startup nil)
|
||||
|
||||
;; Anti-flashbang
|
||||
(custom-set-faces
|
||||
'(default ((t (:foreground "#b7c9ee" :background "#0d1017")))))
|
||||
(menu-bar-mode -1)
|
||||
(tool-bar-mode -1)
|
||||
|
||||
;; 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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue