minor fix

This commit is contained in:
js0ny 2025-01-28 21:23:28 +00:00
parent 6edb5d9e90
commit 5dc5ba0c5f
4 changed files with 23 additions and 15 deletions

View file

@ -1,4 +1,4 @@
;;; init-basic.el
;;; init-basic.el
;; Disable startup message
(setq inhibit-startup-message t)
@ -11,5 +11,5 @@
;; https://book.emacs-china.org/#orgcfd105e Open with Emacs
(server-mode 1)
;; Export module
;; Export module
(provide 'init-basic)