Skip to content

Commit

Permalink
Don't load custom-file after initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Aug 16, 2020
1 parent 556a89d commit e9e42df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
(setq tls-checktrust 'ask)

(setq custom-file "~/.emacs.d/custom.el")
(add-hook 'after-init-hook (lambda ()
(with-demoted-errors "Error loading custom-file: %S"
(load custom-file))))

(add-to-list 'load-path "~/.emacs.d/lib")
(add-to-list 'load-path "~/.emacs.d/config")
Expand Down

0 comments on commit e9e42df

Please sign in to comment.