mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Minor comment revision
This commit is contained in:
@ -1,7 +1,10 @@
|
||||
;;; app/everywhere/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package! emacs-everywhere
|
||||
:defer ; entry point is autoloaded
|
||||
;; Entry points into this package are autoloaded; i.e. the `emacs-everywhere'
|
||||
;; function, meant to be called directly via emacsclient. See this module's
|
||||
;; readme for details.
|
||||
:defer t
|
||||
:config
|
||||
(after! doom-modeline
|
||||
(doom-modeline-def-segment emacs-everywhere
|
||||
|
Reference in New Issue
Block a user