A new start
This commit is contained in:
commit
72271e8cae
78 changed files with 2472 additions and 0 deletions
10
users/profiles/emacs/emacs.d/init.el
Normal file
10
users/profiles/emacs/emacs.d/init.el
Normal file
|
@ -0,0 +1,10 @@
|
|||
(add-to-list 'load-path "~/.emacs.d/config")
|
||||
|
||||
(setq gc-cons-threshold 100000000
|
||||
read-process-output-max (* 1024 1024)
|
||||
)
|
||||
|
||||
(require 'aesthetics)
|
||||
(require 'config-evil)
|
||||
(require 'lsp)
|
||||
(require 'nix)
|
Loading…
Add table
Add a link
Reference in a new issue