refactor: packagise emacs configuration and lib refactor
This commit is contained in:
parent
60b02b0338
commit
52c33aa328
9 changed files with 208 additions and 168 deletions
16
config/config-ui.el
Normal file
16
config/config-ui.el
Normal file
|
@ -0,0 +1,16 @@
|
|||
;; -*- lexical-binding: t -*-
|
||||
|
||||
|
||||
(defun config-init-ui ()
|
||||
(use-package doom-modeline
|
||||
:defer t
|
||||
:commands (doom-modeline-mode)
|
||||
:custom
|
||||
(doom-modeline-mode t)
|
||||
(doom-modeline-height 26))
|
||||
|
||||
(use-package base16-theme
|
||||
:config
|
||||
(load-theme 'base16-tokyo-night-dark t)))
|
||||
|
||||
(provide 'config-ui)
|
Loading…
Add table
Add a link
Reference in a new issue