Move file ending for .emacs to Emacs configuration
This commit is contained in:
parent
5eca2d59a2
commit
1cce792f5d
2 changed files with 4 additions and 4 deletions
|
@ -92,9 +92,7 @@
|
||||||
"(with-eval-after-load 'project (require 'oni-project))\n"
|
"(with-eval-after-load 'project (require 'oni-project))\n"
|
||||||
"(require 'oni-gui)\n"
|
"(require 'oni-gui)\n"
|
||||||
"(provide 'oni-gnus)\n"
|
"(provide 'oni-gnus)\n"
|
||||||
"(add-to-list 'auto-mode-alist '(\"\\.vue$\" . web-mode))\n"
|
"(add-to-list 'auto-mode-alist '(\"\\.vue$\" . web-mode))\n")))))
|
||||||
"(provide 'init)\n"
|
|
||||||
";;; init.el ends here\n")))))
|
|
||||||
(service home-wakatime-service-type
|
(service home-wakatime-service-type
|
||||||
(home-wakatime-configuration
|
(home-wakatime-configuration
|
||||||
(api-url "https://waka.ryuslash.org/api")
|
(api-url "https://waka.ryuslash.org/api")
|
||||||
|
|
|
@ -146,7 +146,9 @@
|
||||||
(serialize-text-config config (home-emacs-configuration-configurations config))
|
(serialize-text-config config (home-emacs-configuration-configurations config))
|
||||||
(format #f "(setq custom-file (expand-file-name ~s user-emacs-directory))~%"
|
(format #f "(setq custom-file (expand-file-name ~s user-emacs-directory))~%"
|
||||||
(home-emacs-configuration-custom-file config))
|
(home-emacs-configuration-custom-file config))
|
||||||
"(load custom-file :noerror)\n"))))
|
"(load custom-file :noerror)\n"
|
||||||
|
"(provide 'init)\n"
|
||||||
|
";;; init.el ends here\n"))))
|
||||||
|
|
||||||
(define home-emacs-service-type
|
(define home-emacs-service-type
|
||||||
(service-type
|
(service-type
|
||||||
|
|
Loading…
Reference in a new issue