Enable which-function-mode
This commit is contained in:
parent
5fb628c6b1
commit
7e21825c41
1
init.el
1
init.el
|
@ -116,6 +116,7 @@
|
||||||
(line-number-mode +1)
|
(line-number-mode +1)
|
||||||
(column-number-mode +1)
|
(column-number-mode +1)
|
||||||
(size-indication-mode -1)
|
(size-indication-mode -1)
|
||||||
|
(which-function-mode +1)
|
||||||
(doom-modeline-mode +1)
|
(doom-modeline-mode +1)
|
||||||
:config
|
:config
|
||||||
(set-face-attribute 'doom-modeline nil :weight 'normal)
|
(set-face-attribute 'doom-modeline nil :weight 'normal)
|
||||||
|
|
Loading…
Reference in a new issue