Bump :app everywhere
tecosaur/emacs-everywhere@d84b397 -> tecosaur/emacs-everywhere@01e031e
This commit is contained in:
parent
2ab8800bb4
commit
672e37b9aa
2 changed files with 15 additions and 13 deletions
|
@ -10,21 +10,23 @@
|
||||||
|
|
||||||
(after! doom-modeline
|
(after! doom-modeline
|
||||||
(doom-modeline-def-segment emacs-everywhere
|
(doom-modeline-def-segment emacs-everywhere
|
||||||
(concat (doom-modeline-spc)
|
(concat
|
||||||
(when (emacs-everywhere-markdown-p)
|
(doom-modeline-spc)
|
||||||
(concat
|
(when (emacs-everywhere-markdown-p)
|
||||||
(all-the-icons-octicon "markdown" :face 'all-the-icons-green :v-adjust 0.02)
|
(concat
|
||||||
(doom-modeline-spc)))
|
(all-the-icons-octicon "markdown" :face 'all-the-icons-green :v-adjust 0.02)
|
||||||
(propertize emacs-everywhere-app-name
|
(doom-modeline-spc)))
|
||||||
'face 'doom-modeline-project-dir)
|
(propertize (emacs-everywhere-app-class emacs-everywhere-current-app)
|
||||||
(doom-modeline-spc)
|
'face 'doom-modeline-project-dir)
|
||||||
(propertize (truncate-string-to-width emacs-everywhere-window-title
|
(doom-modeline-spc)
|
||||||
45 nil nil "…")
|
(propertize (truncate-string-to-width
|
||||||
'face 'doom-modeline-buffer-minor-mode)))
|
(emacs-everywhere-app-title emacs-everywhere-current-app)
|
||||||
|
45 nil nil "…")
|
||||||
|
'face 'doom-modeline-buffer-minor-mode)))
|
||||||
(doom-modeline-def-modeline 'emacs-everywhere
|
(doom-modeline-def-modeline 'emacs-everywhere
|
||||||
'(bar modals emacs-everywhere buffer-position word-count parrot selection-info)
|
'(bar modals emacs-everywhere buffer-position word-count parrot selection-info)
|
||||||
'(input-method major-mode checker))
|
'(input-method major-mode checker))
|
||||||
(add-hook! 'emacs-everywhere-init-hooks
|
(add-hook! 'emacs-everywhere-mode-hook
|
||||||
(defun +everywhere-set-modeline ()
|
(defun +everywhere-set-modeline ()
|
||||||
(doom-modeline-set-modeline 'emacs-everywhere))))
|
(doom-modeline-set-modeline 'emacs-everywhere))))
|
||||||
(add-hook! 'emacs-everywhere-init-hooks
|
(add-hook! 'emacs-everywhere-init-hooks
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
|
|
||||||
(package! emacs-everywhere
|
(package! emacs-everywhere
|
||||||
:recipe (:host github :repo "tecosaur/emacs-everywhere")
|
:recipe (:host github :repo "tecosaur/emacs-everywhere")
|
||||||
:pin "d84b397c9a82c2fea1b0c87740c395a2c7af3be8")
|
:pin "01e031e6643ada701e3e904560b7172e00bb0e9a")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue