diff options
| author | 2024-12-09 11:08:32 -0800 | |
|---|---|---|
| committer | 2024-12-09 11:08:32 -0800 | |
| commit | 7601d46c2fef16fe03b4b9c94c228517c34cfc0a (patch) | |
| tree | 9354de9264345b69320c923a35deeebd97fdfd98 /oni/home/config | |
| parent | 1c30ed9675cdb70fcba48b0dc10fb35dbde54f52 (diff) | |
| download | new-dotfiles-7601d46c2fef16fe03b4b9c94c228517c34cfc0a.tar.gz new-dotfiles-7601d46c2fef16fe03b4b9c94c228517c34cfc0a.zip | |
Make custom-file a setting in the Emacs configuration
Diffstat (limited to 'oni/home/config')
| -rw-r--r-- | oni/home/config/pop-os.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index cfa33c6..5d8958b 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -66,8 +66,6 @@ "init.el" "(with-eval-after-load 'project (require 'oni-project))\n" "(require 'oni-gui)\n" - "(setq custom-file \"~/.config/emacs/custom.el\")\n" - "(load custom-file :noerror)\n" "(provide 'init)\n" ";;; init.el ends here\n"))))) (service home-wakatime-service-type |
