Skip to content

Commit b9d311f

Browse files
committed
try doom-modeline
1 parent 102a96b commit b9d311f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

config.org

+8-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,14 @@
299299
(setq beacon-size 25))
300300
#+END_SRC
301301

302-
302+
** Modeline
303+
#+BEGIN_SRC emacs-lisp
304+
;; (use-package doom-modeline
305+
;; :ensure t
306+
;; :init (doom-modeline-mode 1))
307+
#+END_SRC
308+
309+
303310
* YASnippet
304311
It allows you to type an abbreviation and automatically expand it into function templates.
305312
(https://github.com/joaotavora/yasnippet#where-are-the-snippets => follow instructions to add snippets)

0 commit comments

Comments
 (0)