Re-arrange packages

This commit is contained in:
Marcus Kammer 2021-05-28 16:11:25 +02:00
parent e2474dffaa
commit e5f6ee5ef4

View file

@ -20,11 +20,38 @@
:init
(global-company-mode))
(use-package counsel
:bind (("C-M-j" . 'counsel-switch-buffer)
:map minibuffer-local-map
("C-r" . 'counsel-minibuffer-history))
:custom
(counsel-linux-app-format-function #'counsel-linux-app-format-function-name-only)
:config
(counsel-mode 1))
(use-package all-the-icons
:if (display-graphic-p)
:commands all-the-icons-install-fonts
:init
(unless (find-font (font-spec :name "all-the-icons"))
(all-the-icons-install-fonts t)))
(use-package all-the-icons-dired
:if (display-graphic-p)
:hook (dired-mode . all-the-icons-dired-mode))
(use-package all-the-icons-ivy-rich
:init (all-the-icons-ivy-rich-mode 1))
(use-package ivy
:bind (("C-s" . swiper))
:init
(ivy-mode 1))
(use-package ivy-rich
:after ivy
:init (ivy-rich-mode 1))
(use-package olivetti
:custom (olivetti-body-width 85))
@ -179,30 +206,11 @@
([remap describe-variable] . counsel-describe-variable)
([remap describe-key] . helpful-key))
(use-package counsel
:bind (("C-M-j" . 'counsel-switch-buffer)
:map minibuffer-local-map
("C-r" . 'counsel-minibuffer-history))
:custom
(counsel-linux-app-format-function #'counsel-linux-app-format-function-name-only)
:config
(counsel-mode 1))
(use-package ox-reveal)
(use-package powershell)
(use-package all-the-icons
:if (display-graphic-p)
:commands all-the-icons-install-fonts
:init
(unless (find-font (font-spec :name "all-the-icons"))
(all-the-icons-install-fonts t)))
(use-package all-the-icons-dired
:if (display-graphic-p)
:hook (dired-mode . all-the-icons-dired-mode))
(use-package geiser
:config
(setq geiser-active-implementations '(racket)))
@ -223,7 +231,8 @@
(use-package flyspell
:config
(add-hook 'text-mode-hook #'flyspell-mode)
(add-hook 'prog-mode-hook #'flyspell-prog-mode))
;;(add-hook 'prog-mode-hook #'flyspell-prog-mode)
)
(use-package org-tree-slide
:custom