mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Reformat helm package configs
This commit is contained in:
@ -98,21 +98,6 @@
|
|||||||
(helm-flx-mode +1))
|
(helm-flx-mode +1))
|
||||||
|
|
||||||
|
|
||||||
;; `helm-locate'
|
|
||||||
(defvar helm-generic-files-map (make-sparse-keymap))
|
|
||||||
(after! helm-locate (set-keymap-parent helm-generic-files-map helm-map))
|
|
||||||
|
|
||||||
|
|
||||||
;; `helm-bookmark'
|
|
||||||
(setq helm-bookmark-show-location t)
|
|
||||||
|
|
||||||
|
|
||||||
(after! helm-files
|
|
||||||
(setq helm-boring-file-regexp-list
|
|
||||||
(append (list "\\.projects$" "\\.DS_Store$")
|
|
||||||
helm-boring-file-regexp-list)))
|
|
||||||
|
|
||||||
|
|
||||||
;; `helm-ag'
|
;; `helm-ag'
|
||||||
(after! helm-ag
|
(after! helm-ag
|
||||||
(define-key helm-ag-edit-map [remap quit-window] #'helm-ag--edit-abort)
|
(define-key helm-ag-edit-map [remap quit-window] #'helm-ag--edit-abort)
|
||||||
@ -121,6 +106,27 @@
|
|||||||
'((transient . 0) (quit))))
|
'((transient . 0) (quit))))
|
||||||
|
|
||||||
|
|
||||||
|
;; `helm-bookmark'
|
||||||
|
(setq helm-bookmark-show-location t)
|
||||||
|
|
||||||
|
|
||||||
|
;; `helm-css-scss' -- https://github.com/ShingoFukuyama/helm-css-scss
|
||||||
|
(setq helm-css-scss-split-direction #'split-window-vertically
|
||||||
|
helm-css-scss-split-with-multiple-windows t)
|
||||||
|
|
||||||
|
|
||||||
|
;; `helm-files'
|
||||||
|
(after! helm-files
|
||||||
|
(setq helm-boring-file-regexp-list
|
||||||
|
(append (list "\\.projects$" "\\.DS_Store$")
|
||||||
|
helm-boring-file-regexp-list)))
|
||||||
|
|
||||||
|
|
||||||
|
;; `helm-locate'
|
||||||
|
(defvar helm-generic-files-map (make-sparse-keymap))
|
||||||
|
(after! helm-locate (set-keymap-parent helm-generic-files-map helm-map))
|
||||||
|
|
||||||
|
|
||||||
;; `helm-css-scss' -- https://github.com/ShingoFukuyama/helm-css-scss
|
;; `helm-css-scss' -- https://github.com/ShingoFukuyama/helm-css-scss
|
||||||
(setq helm-css-scss-split-direction #'split-window-vertically
|
(setq helm-css-scss-split-direction #'split-window-vertically
|
||||||
helm-css-scss-split-with-multiple-windows t)
|
helm-css-scss-split-with-multiple-windows t)
|
||||||
|
Reference in New Issue
Block a user