General cleanup + refactor
This commit is contained in:
parent
35a287c58b
commit
117e55f0c2
4 changed files with 23 additions and 23 deletions
|
@ -35,8 +35,8 @@ session)."
|
|||
;; disable magic slash on non-match
|
||||
ivy-magic-slash-non-match-action nil)
|
||||
|
||||
(after! magit (setq magit-completing-read-function #'ivy-completing-read))
|
||||
(after! yasnippet (push #'+ivy-yas-prompt yas-prompt-functions))
|
||||
(after! magit (setq magit-completing-read-function #'ivy-completing-read))
|
||||
(after! yasnippet (push #'+ivy-yas-prompt yas-prompt-functions))
|
||||
|
||||
(ivy-mode +1)
|
||||
|
||||
|
@ -75,7 +75,6 @@ session)."
|
|||
:after ivy
|
||||
:config
|
||||
(require 'counsel-projectile)
|
||||
|
||||
(setq counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)")
|
||||
|
||||
;; Configure `counsel-rg', `counsel-ag' & `counsel-pt'
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
;;; lang/sh/config.el
|
||||
|
||||
(def-package! sh-script ; built-in
|
||||
:mode (("\\.zsh$" . sh-mode)
|
||||
("/bspwmrc$" . sh-mode))
|
||||
:mode ("\\.zsh$" . sh-mode)
|
||||
:mode ("/bspwmrc$" . sh-mode)
|
||||
:init
|
||||
(add-hook! sh-mode #'(flycheck-mode highlight-numbers-mode +sh|extra-fontify))
|
||||
:config
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"The font currently in use.")
|
||||
|
||||
(defvar +doom-variable-pitch-font
|
||||
(font-spec :family "Fira Sans" :size 13)
|
||||
(font-spec :family "Fira Sans" :size 12)
|
||||
"The font currently in use.")
|
||||
|
||||
(defvar +doom-unicode-font
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue