mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(emacs): Better vanilla emacs
This commit is contained in:
parent
6d9140dc52
commit
cfc5fc14af
10 changed files with 209 additions and 76 deletions
|
|
@ -14,7 +14,7 @@
|
|||
(add-to-list 'load-path (expand-file-name "lisp" user-emacs-directory))
|
||||
|
||||
;; Store the auto-generated custom config to `custom.el`
|
||||
(setq custom-file (expand-file-name "custom.el" user-emacs-directory))
|
||||
(setq custom-file (expand-file-name ".custom.el" user-emacs-directory))
|
||||
|
||||
;; Load each modules
|
||||
(require 'init-package) ; package manager should be loaded first
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue