Skip to content

Commit

Permalink
docs(skel): add an example
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 12, 2023
1 parent 7d1447a commit f1bc80b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion skel/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
:variable-pitch-font-family "IBM Plex Serif"
:variable-pitch-font-size 16))

;; When `me-daemon' and `me-email' are enabled, MinEmacs will try to start
;; `mu4e' in background at startup. To disable this behavior, you can set
;; `+mu4e-auto-start' to nil here.
;; (setq +mu4e-auto-start nil)

(+deferred!
;; Auto enable Eglot in modes `+eglot-auto-enable-modes' using
;; `+eglot-auto-enable' (from the `me-prog' module). You can use
Expand All @@ -40,7 +45,6 @@
;; modes from `eglot-server-programs'
(+eglot-use-on-all-supported-modes eglot-server-programs)))


;; If you installed Emacs from source, you can add the source code
;; directory to enable jumping to symbols defined in Emacs' C code.
;; (setq source-directory "~/Sources/emacs-git/")
Expand Down

0 comments on commit f1bc80b

Please sign in to comment.