summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el14
1 files changed, 10 insertions, 4 deletions
diff --git a/init.el b/init.el index 8b1c43e..61b2858 100644 --- a/init.el +++ b/init.el
@@ -429,6 +429,8 @@
429 (add-to-list 'Info-additional-directory-list dir)) 429 (add-to-list 'Info-additional-directory-list dir))
430 (:with-mode Info-mode ; -_- 430 (:with-mode Info-mode ; -_-
431 (:hook #'reading-mode) 431 (:hook #'reading-mode)
432 (:local-set +modeline-buffer-position #'+Info-modeline-breadcrumbs
433 +modeline-position-function #'ignore)
432 (:bind "c" #'+Info-copy-current-node-name 434 (:bind "c" #'+Info-copy-current-node-name
433 "w" #'+Info-copy-current-node-name))) 435 "w" #'+Info-copy-current-node-name)))
434 436
@@ -1712,6 +1714,8 @@
1712(setup (:straight info+) 1714(setup (:straight info+)
1713 (:load-after info) 1715 (:load-after info)
1714 (:option Info-fontify-isolated-quote-flag nil 1716 (:option Info-fontify-isolated-quote-flag nil
1717 Info-breadcrumbs-in-mode-line-mode nil
1718 Info-fontify-emphasis-flag nil
1715 Info-fontify-quotations nil 1719 Info-fontify-quotations nil
1716 Info-saved-history-file (.etc "info-history")) 1720 Info-saved-history-file (.etc "info-history"))
1717 (add-hook 'Info-mode-hook #'Info-variable-pitch-text-mode)) 1721 (add-hook 'Info-mode-hook #'Info-variable-pitch-text-mode))
@@ -1802,6 +1806,7 @@
1802 (cond 1806 (cond
1803 ((string-match-p "hmm@" (buffer-name)) 1807 ((string-match-p "hmm@" (buffer-name))
1804 "🤔 "))) 1808 "🤔 ")))
1809 file-percentage-mode nil
1805 wrap-prefix (make-string +jabber-ws-prefix ?\ ))) 1810 wrap-prefix (make-string +jabber-ws-prefix ?\ )))
1806 (:+leader "C-j" jabber-global-keymap) 1811 (:+leader "C-j" jabber-global-keymap)
1807 (advice-add 'jabber-activity-add :after #'+jabber-tracking-add) 1812 (advice-add 'jabber-activity-add :after #'+jabber-tracking-add)
@@ -2173,7 +2178,7 @@
2173 (readonly . "=") 2178 (readonly . "=")
2174 (modified . "+") 2179 (modified . "+")
2175 (t . "-")) 2180 (t . "-"))
2176 +modeline-minions-icon ";" 2181 +modeline-minions-icon "&"
2177 +modeline-buffer-name-max-length 0.35) 2182 +modeline-buffer-name-max-length 0.35)
2178 ;; Segments 2183 ;; Segments
2179 (:option simple-modeline-segments 2184 (:option simple-modeline-segments
@@ -2182,9 +2187,6 @@
2182 +modeline-modified 2187 +modeline-modified
2183 +modeline-buffer-name 2188 +modeline-buffer-name
2184 (lambda () (+modeline-vc " : ")) 2189 (lambda () (+modeline-vc " : "))
2185 ,(+modeline-concat
2186 '(+modeline-minions
2187 +modeline-major-mode))
2188 +modeline-anzu 2190 +modeline-anzu
2189 ) 2191 )
2190 ( ; right 2192 ( ; right
@@ -2203,6 +2205,10 @@
2203 ",") 2205 ",")
2204 +modeline-input-method 2206 +modeline-input-method
2205 +modeline-position 2207 +modeline-position
2208 ,(+modeline-concat
2209 '(+modeline-minions
2210 +modeline-major-mode))
2211 +modeline-file-percentage
2206 ))) 2212 )))
2207 (simple-modeline-mode +1)) 2213 (simple-modeline-mode +1))
2208 2214