This commit is contained in:
Andrea Ciceri 2024-11-29 11:16:06 +01:00
parent ff2c16e55e
commit 6efc109f1c
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -169,7 +169,7 @@
(indent-bars-color-by-depth '(:regexp "outline-\\([0-9]+\\)" :blend 0.4)) (indent-bars-color-by-depth '(:regexp "outline-\\([0-9]+\\)" :blend 0.4))
(indent-bars-no-stipple-char (string-to-char "")) (indent-bars-no-stipple-char (string-to-char ""))
(indent-bars-prefer-character 't) ;; so it works also in terminal (indent-bars-prefer-character 't) ;; so it works also in terminal
) )
(use-package diredfl (use-package diredfl
:config (diredfl-global-mode)) :config (diredfl-global-mode))
@ -399,7 +399,6 @@
(use-package orderless (use-package orderless
:custom :custom
(completion-styles '(orderless)))
(completion-styles '(orderless basic)) (completion-styles '(orderless basic))
(completion-category-overrides '((file (styles basic partial-completion))))) (completion-category-overrides '((file (styles basic partial-completion)))))
@ -567,6 +566,7 @@
(use-package aggressive-indent (use-package aggressive-indent
:hook ((lisp-mode . aggressive-indent-mode) :hook ((lisp-mode . aggressive-indent-mode)
(emacs-lisp-mode . aggressive-indent-mode))) (emacs-lisp-mode . aggressive-indent-mode)))
(use-package eldoc (use-package eldoc
:delight) :delight)
@ -577,7 +577,7 @@
(eldoc-box-lighter "ElBox") (eldoc-box-lighter "ElBox")
:bind (("C-c h" . eldoc-box-help-at-point))) :bind (("C-c h" . eldoc-box-help-at-point)))
(use-package diff-hl (use-package diff-hl
:init :init
(global-diff-hl-mode 1) (global-diff-hl-mode 1)
(diff-hl-margin-mode 1)) (diff-hl-margin-mode 1))
@ -669,17 +669,18 @@
(use-package popper (use-package popper
:custom :custom
(popper-reference-buffers '("\*Messages\*" (popper-reference-buffers
'("\*Messages\*"
"Output\*$" "Output\*$"
"\\*Async Shell Command\\*" "\\*Async Shell Command\\*"
(completion-list-mode . hide) (completion-list-mode . hide)
help-mode help-mode
compilation-mode compilation-mode
"^\\*Nix-REPL*\\*$" nix-repl-mode ;eshell as a popup "^\\*Nix-REPL*\\*$" nix-repl-mode
"^\\*.+-eshell.*\\*$" eshell-mode ;eshell as a popup "^\\*.+-eshell.*\\*$" eshell-mode
"^\\*shell.*\\*$" shell-mode ;shell as a popup "^\\*shell.*\\*$" shell-mode
"^\\*term.*\\*$" term-mode ;term as a popup "^\\*term.*\\*$" term-mode
"^\\*eat.*\\*$" eat-mode ;eat as a popup "^\\*eat.*\\*$" eat-mode
)) ))
(popper-window-height 0.33) (popper-window-height 0.33)
(popper-echo-lines 1) (popper-echo-lines 1)
@ -779,7 +780,7 @@ This is meant to be an helper to be called from the window manager."
(set-face-font 'org-modern-tag "Iosevka Comfy-14") (set-face-font 'org-modern-tag "Iosevka Comfy-14")
(set-face-font 'org-modern-date-active "Iosevka Comfy-14") (set-face-font 'org-modern-date-active "Iosevka Comfy-14")
(set-face-font 'org-modern-date-inactive "Iosevka Comfy-14"))) (set-face-font 'org-modern-date-inactive "Iosevka Comfy-14")))
) )
(use-package org-roam (use-package org-roam
:custom :custom