config: use doom-modeline
This commit is contained in:
parent
c6f69609cd
commit
eac76a6d9e
2 changed files with 7 additions and 6 deletions
11
config.el
11
config.el
|
@ -5,10 +5,7 @@
|
|||
:init
|
||||
(setq frame-resize-pixelwise t
|
||||
window-resize-pixelwise t
|
||||
frame-inhibit-implied-resize t
|
||||
inhibit-splash-screen t
|
||||
inhibit-startup-screen t
|
||||
initial-scratch-message nil)
|
||||
frame-inhibit-implied-resize t)
|
||||
(defun crm-indicator (args)
|
||||
(cons (format "[CRM%s] %s"
|
||||
(replace-regexp-in-string
|
||||
|
@ -21,10 +18,14 @@
|
|||
'(read-only t cursor-intangible t face minibuffer-prompt))
|
||||
(add-hook 'minibuffer-setup-hook #'cursor-intangible-mode)
|
||||
:custom
|
||||
(initial-scratch-message nil)
|
||||
(inhibit-startup-screen t)
|
||||
(inhibit-splash-screen t)
|
||||
(menu-bar-mode nil)
|
||||
(tool-bar-mode nil)
|
||||
(scroll-bar-mode nil)
|
||||
(delete-selection-mode t)
|
||||
(column-number-mode t)
|
||||
(enable-recursive-buffer t)
|
||||
(read-extended-command-predicate #'command-completion-default-include-p)
|
||||
(tab-always-indent 'complete)
|
||||
|
@ -96,7 +97,7 @@
|
|||
(use-package tuareg
|
||||
:mode "\\.ml\\'")
|
||||
|
||||
(use-package simple-modeline
|
||||
(use-package doom-modeline
|
||||
:hook after-init)
|
||||
|
||||
(provide 'config)
|
||||
|
|
2
lib.nix
2
lib.nix
|
@ -16,7 +16,7 @@ let
|
|||
builtins.attrValues {
|
||||
inherit (epkgs)
|
||||
spacious-padding
|
||||
simple-modeline
|
||||
doom-modeline
|
||||
ivy
|
||||
counsel
|
||||
swiper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue